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
Dmitry Khalanskiy
Iris
Commits
cd93b485
Commit
cd93b485
authored
Mar 15, 2017
by
Robbert Krebbers
Browse files
Oops, fix build.
parent
84c05235
Changes
1
Show whitespace changes
Inline
Side-by-side
theories/program_logic/ectx_lifting.v
View file @
cd93b485
...
...
@@ -67,7 +67,8 @@ Proof.
iIntros
(?)
"H"
.
iApply
wp_lift_atomic_head_step
;
eauto
.
iIntros
(
σ
1
)
"Hσ1"
.
iMod
(
"H"
$!
σ
1
with
"Hσ1"
)
as
"[$ H]"
;
iModIntro
.
iNext
;
iIntros
(
v2
σ
2
efs
)
"%"
.
iMod
(
"H"
$!
v2
σ
2
efs
with
"[#]"
)
as
"(% & $ & $)"
=>//
;
subst
;
auto
.
iMod
(
"H"
$!
v2
σ
2
efs
with
"[# //]"
)
as
"(% & $ & $)"
;
subst
.
by
iApply
big_sepL_nil
.
Qed
.
Lemma
wp_lift_pure_det_head_step
{
E
E'
Φ
}
e1
e2
efs
:
...
...
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