Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
98f73a0b
Commit
98f73a0b
authored
Jan 20, 2017
by
Robbert Krebbers
Browse files
Perform a simpl after wp_apply.
wp_apply often results in an of_val that should be simplified.
parent
f310c854
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/proofmode.v
View file @
98f73a0b
...
...
@@ -222,7 +222,7 @@ Tactic Notation "wp_apply" open_constr(lem) :=
iStartProof
;
lazymatch
goal
with
|
|-
_
⊢
wp
?E
?e
?Q
=>
reshape_expr
e
ltac
:
(
fun
K
e'
=>
wp_bind_core
K
;
iApply
lem
;
try
iNext
)
wp_bind_core
K
;
iApply
lem
;
try
iNext
;
simpl
)
|
_
=>
fail
"wp_apply: not a 'wp'"
end
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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