Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
8dfda06c
Commit
8dfda06c
authored
Jul 22, 2019
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mention how to use iLöb for recursive functions
parent
0cdad2cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
HeapLang.md
HeapLang.md
+6
-0
No files found.
HeapLang.md
View file @
8dfda06c
...
...
@@ -105,6 +105,12 @@ Further tactics:
There is no tactic for
`Fork`
, just do
`wp_apply wp_fork`
.
To verify a recursive function, use
`iLöb`
. Make sure you do
`wp_pures`
before
running
`iLöb`
; otherwise the induction hypothesis will likely not be applicable
when you need it. (This makes sure that all administrative redexes are reduced
in your induction hypothesis, just like we state our
`WP`
specifications with
all of the redexes reduced.)
## Notation and lemmas for derived notions involving a thunk
Sometimes, it is useful to define a derived notion in HeapLang that involves
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment