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
Iris
c
Commits
16e66ba5
Commit
16e66ba5
authored
Jun 11, 2018
by
Léon Gondelman
Browse files
wip on correctness of vcg_wp
parent
b8825696
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/vcgen/vcgen.v
View file @
16e66ba5
...
...
@@ -334,7 +334,9 @@ Lemma vcg_inhale_list_sound' E s t :
-
iIntros
"H"
.
remember
(
vcg_sp
E
s
de1
)
as
sp
.
symmetry
in
Heqsp
.
destruct
sp
as
[[[
s1
s2
]
dv
]|]
;
last
first
.
{
simpl
.
admit
.
(* TODO: incorrect *)
}
{
iApply
(
awp_wand
with
"H"
).
iIntros
(
v
)
"H"
.
iExists
(
dValUnknown
v
).
eauto
30
with
iFrame
.
}
rewrite
vcg_inhale_list_sound'
.
iDestruct
"H"
as
"[Henv Hde2]"
.
rewrite
IHde2
.
...
...
@@ -353,7 +355,7 @@ Lemma vcg_inhale_list_sound' E s t :
iSplit
.
iPureIntro
.
by
apply
dbin_op_eval_correct
.
eauto
with
iFrame
.
Admitt
ed
.
Q
ed
.
Lemma
tac_vcg_sound
Γ
s_in
Γ
s_out
Γ
ls
Γ
p
ps
c
e
R
Φ
E
F
dce
:
MapstoListFromEnv
Γ
s_in
Γ
s_out
Γ
ls
→
...
...
Write
Preview
Supports
Markdown
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