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
Rice Wine
Iris
Commits
a0edf35d
Commit
a0edf35d
authored
Jul 04, 2018
by
Ralf Jung
Browse files
use iDestructHyp instead of iDestruct
parent
68582b3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/proofmode.v
View file @
a0edf35d
...
...
@@ -365,7 +365,7 @@ Tactic Notation "wp_alloc" ident(l) "as" constr(H) :=
first
[
intros
l
|
fail
1
"wp_alloc:"
l
"not fresh"
]
;
eexists
;
split
;
[
pm_reflexivity
||
fail
"wp_alloc:"
H
"not fresh"
|
iDestruct
Htmp
as
H
;
wp_expr_simpl
;
try
wp_value_head
]
in
|
iDestruct
Hyp
Htmp
as
H
;
wp_expr_simpl
;
try
wp_value_head
]
in
iStartProof
;
lazymatch
goal
with
|
|-
envs_entails
_
(
wp
?s
?E
?e
?Q
)
=>
...
...
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