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
Tej Chajed
iris
Commits
0e8c732f
Commit
0e8c732f
authored
Apr 19, 2016
by
Ralf Jung
Browse files
use Coq-variable-syntax
parent
1f53f0a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
heap_lang/lifting.v
View file @
0e8c732f
...
@@ -39,10 +39,7 @@ Proof.
...
@@ -39,10 +39,7 @@ Proof.
destruct
H0
as
(
l
&
->
&
?
&
->
&
?).
destruct
H0
as
(
l
&
->
&
?
&
->
&
?).
rewrite
-(
of_to_val
(
Loc
l
)
(
LocV
l
))
//
in
H0
.
rewrite
-(
of_to_val
(
Loc
l
)
(
LocV
l
))
//
in
H0
.
apply
of_val_inj
in
H0
as
->.
apply
of_val_inj
in
H0
as
->.
simpl
.
iSplitL
;
last
done
.
simpl
.
iSplitL
;
last
done
.
iApply
"HΦ"
{
l
}.
iSplit
;
done
.
(* FIXME: I should be able to do [iSpecialize "HΦ" l]. *)
(* FIXME: I should be able to do [iApply "HΦ" l]. *)
iApply
"HΦ"
.
iSplit
;
done
.
Qed
.
Qed
.
Lemma
wp_load_pst
E
σ
l
v
Φ
:
Lemma
wp_load_pst
E
σ
l
v
Φ
:
...
...
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