Skip to content
Snippets Groups Projects
Commit 1c105c7d authored by Robbert Krebbers's avatar Robbert Krebbers Committed by Ralf Jung
Browse files

clarify

parent 1db4c77d
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,10 @@ Further tactics: ...@@ -105,7 +105,10 @@ Further tactics:
applying `wp_bind` as needed. See the [ProofMode docs](./proof_mode.md) for an applying `wp_bind` as needed. See the [ProofMode docs](./proof_mode.md) for an
explanation of `pm_trm`. explanation of `pm_trm`.
- `wp_smart_apply pm_trm`: like `wp_apply`, but also performs pure reduction - `wp_smart_apply pm_trm`: like `wp_apply`, but also performs pure reduction
steps (same as `wp_pure`) to reveal a redex that matches `pm_trm`. steps to reveal a redex that matches `pm_trm`. Precisely, if applying the
lemma fails, `wp_smart_apply` will perform a step of pure reduction (via
`wp_pure`), and repeat. (This means that `wp_smart_apply` is not the same
as `wp_pures; wp_apply`.)
There is no tactic for `Fork`, just do `wp_apply wp_fork`. There is no tactic for `Fork`, just do `wp_apply wp_fork`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment