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
Marianna Rapoport
iris-coq
Commits
aac8c9ef
Commit
aac8c9ef
authored
Mar 19, 2018
by
Robbert Krebbers
Browse files
Fix typo.
parent
cea60198
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/proofmode.v
View file @
aac8c9ef
...
...
@@ -70,7 +70,7 @@ Tactic Notation "wp_pure" open_constr(efoc) :=
|
apply
_
(* IntoLaters *)
|
wp_expr_simpl_subst
;
try
wp_value_head
(* new goal *)
])
||
fail
"wp_pure: cannot find"
efoc
"in"
e
"or"
efoc
"is not a red
uct
"
||
fail
"wp_pure: cannot find"
efoc
"in"
e
"or"
efoc
"is not a red
ex
"
|
|-
envs_entails
_
(
twp
?s
?E
?e
?Q
)
=>
let
e
:
=
eval
simpl
in
e
in
reshape_expr
e
ltac
:
(
fun
K
e'
=>
...
...
@@ -80,7 +80,7 @@ Tactic Notation "wp_pure" open_constr(efoc) :=
|
try
fast_done
(* The pure condition for PureExec *)
|
wp_expr_simpl_subst
;
try
wp_value_head
(* new goal *)
])
||
fail
"wp_pure: cannot find"
efoc
"in"
e
"or"
efoc
"is not a red
uct
"
||
fail
"wp_pure: cannot find"
efoc
"in"
e
"or"
efoc
"is not a red
ex
"
|
_
=>
fail
"wp_pure: 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