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
Simon Spies
Iris
Commits
cb9adddc
Commit
cb9adddc
authored
Feb 25, 2016
by
Ralf Jung
Browse files
bring back a TODO (again?)
parent
c905411d
Changes
1
Hide whitespace changes
Inline
Side-by-side
barrier/proof.v
View file @
cb9adddc
...
...
@@ -52,7 +52,7 @@ Definition recv (l : loc) (R : iProp) : iProp :=
saved_prop_own
i
Q
★
▷
(
Q
-
★
R
))%
I
.
(** Setoids *)
(* These lemmas really ought to be doable by just calling a tactic.
(*
TODO:
These lemmas really ought to be doable by just calling a tactic.
It is just application of already registered congruence lemmas. *)
Global
Instance
waiting_ne
n
:
Proper
(
dist
n
==>
(=)
==>
dist
n
)
waiting
.
Proof
.
intros
P
P'
HP
I
?
<-.
rewrite
/
waiting
.
by
setoid_rewrite
HP
.
Qed
.
...
...
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