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
Marianna Rapoport
iris-coq
Commits
45b28c12
Commit
45b28c12
authored
Feb 02, 2016
by
Robbert Krebbers
Browse files
Frame preserving updates for excl.
parent
e7e5856e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modures/excl.v
View file @
45b28c12
...
...
@@ -142,6 +142,8 @@ Qed.
(* Updates *)
Lemma
excl_update
(
x
:
A
)
y
:
✓
y
→
Excl
x
⇝
y
.
Proof
.
by
destruct
y
;
intros
?
[?|
|].
Qed
.
Lemma
excl_updateP
(
P
:
excl
A
→
Prop
)
x
y
:
✓
y
→
P
y
→
Excl
x
⇝
:
P
.
Proof
.
intros
??
z
n
?
;
exists
y
.
by
destruct
y
,
z
as
[?|
|].
Qed
.
End
excl
.
Arguments
exclC
:
clear
implicits
.
...
...
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