Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Joshua Yanovski
iris-coq
Commits
dba0b479
Commit
dba0b479
authored
Dec 02, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduction of stepping fancy updates.
parent
ae88b35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
base_logic/lib/fancy_updates.v
base_logic/lib/fancy_updates.v
+3
-0
No files found.
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
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