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
Rice Wine
Iris
Commits
f8ef60fe
Commit
f8ef60fe
authored
Dec 31, 2017
by
Robbert Krebbers
Browse files
Make `wp_expr_eval` a `Tactic Notation` so that the argument is parsed as a tactic.
parent
df17e4c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/proofmode.v
View file @
f8ef60fe
...
...
@@ -10,7 +10,7 @@ Lemma tac_wp_expr_eval `{heapG Σ} Δ s E Φ e e' :
envs_entails
Δ
(
WP
e'
@
s
;
E
{{
Φ
}})
→
envs_entails
Δ
(
WP
e
@
s
;
E
{{
Φ
}}).
Proof
.
by
intros
->.
Qed
.
Ltac
wp_expr_eval
t
:
=
Tactic
Notation
"
wp_expr_eval
"
t
actic
(
t
)
:
=
try
iStartProof
;
try
(
eapply
tac_wp_expr_eval
;
[
t
;
reflexivity
|]).
...
...
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