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

don't register instance twice

parent 1fcdf60b
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ Section fn. ...@@ -24,7 +24,7 @@ Section fn.
Global Instance fn_send E tys ty : Send (fn E tys ty). Global Instance fn_send E tys ty : Send (fn E tys ty).
Proof. iIntros (tid1 tid2 vl). done. Qed. Proof. iIntros (tid1 tid2 vl). done. Qed.
Instance fn_contractive n' E : Lemma fn_contractive n' E :
Proper (pointwise_relation A (dist_later n') ==> Proper (pointwise_relation A (dist_later n') ==>
pointwise_relation A (dist_later n') ==> dist n') (fn E). pointwise_relation A (dist_later n') ==> dist n') (fn E).
Proof. Proof.
......
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