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
Iris
Iris
Commits
dba0b479
Commit
dba0b479
authored
Dec 02, 2016
by
Robbert Krebbers
Browse files
Introduction of stepping fancy updates.
parent
ae88b35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
base_logic/lib/fancy_updates.v
View file @
dba0b479
...
...
@@ -224,4 +224,7 @@ Proof.
iMod
(
fupd_intro_mask'
)
as
"HM2"
;
first
done
.
iModIntro
.
iNext
.
iMod
"HM2"
.
iMod
"HP"
.
iMod
"HM1"
.
done
.
Qed
.
Lemma
step_fupd_intro
E1
E2
P
:
E2
⊆
E1
→
▷
P
-
∗
|={
E1
,
E2
}
▷
=>
P
.
Proof
.
iIntros
(?)
"HP"
.
iApply
(
step_fupd_mask_mono
E2
_
_
E2
)
;
auto
.
Qed
.
End
step_fupd
.
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