Skip to content
Snippets Groups Projects
Commit cb9adddc authored by Ralf Jung's avatar Ralf Jung
Browse files

bring back a TODO (again?)

parent c905411d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment