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
Tej Chajed
iris
Commits
315ef81d
Commit
315ef81d
authored
May 30, 2016
by
Jacques-Henri Jourdan
Browse files
Simplify local update for excl
parent
dbb8d7c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/excl.v
View file @
315ef81d
...
...
@@ -116,7 +116,7 @@ Proof. uPred.unseal. by destruct x. Qed.
(** ** Local updates *)
Global
Instance
excl_local_update
y
:
LocalUpdate
(
λ
x
,
if
x
is
Excl
_
then
✓
y
else
Fals
e
)
(
λ
_
,
y
).
LocalUpdate
(
λ
_
,
Tru
e
)
(
λ
_
,
y
).
Proof
.
split
.
apply
_
.
by
destruct
y
;
intros
n
[
a
|]
[
b'
|].
Qed
.
(** Updates *)
...
...
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