Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
transfinite
Commits
75a18932
Commit
75a18932
authored
Jul 22, 2019
by
Ralf Jung
Browse files
mention how to use iLöb for recursive functions
parent
e1d90815
Changes
1
Hide whitespace changes
Inline
Side-by-side
HeapLang.md
View file @
75a18932
...
...
@@ -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
Supports
Markdown
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