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
Joshua Yanovski
iris-coq
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.
destruct
H0
as
(
l
&
->
&
?
&
->
&
?
).
rewrite
-
(
of_to_val
(
Loc
l
)
(
LocV
l
))
// in H0.
apply
of_val_inj
in
H0
as
->
.
simpl
.
iSplitL
;
last
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
.
simpl
.
iSplitL
;
last
done
.
iApply
"HΦ"
{
l
}
.
iSplit
;
done
.
Qed
.
Lemma
wp_load_pst
E
σ
l
v
Φ
:
...
...
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