Skip to content
Snippets Groups Projects
Commit 8bfa7c46 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Add instance CMRADiscrete dec_agreeR.

parent 15be3526
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,8 @@ Qed.
Canonical Structure dec_agreeR : cmraT :=
discreteR (dec_agree A) dec_agree_ra_mixin.
Global Instance dec_agree_cmra_discrete : CMRADiscrete dec_agreeR.
Proof. apply discrete_cmra_discrete. Qed.
Global Instance dec_agree_total : CMRATotal dec_agreeR.
Proof. intros x. by exists x. 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