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

add GSet_inj

parent 2850b92a
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,9 @@ Section gset_disj.
Local Arguments cmra_op _ !_ !_ /.
Local Arguments ucmra_op _ !_ !_ /.
Global Instance GSet_inj : Inj (=@{gset K}) (=) GSet.
Proof. intros ???. naive_solver. Qed.
Canonical Structure gset_disjO := leibnizO (gset_disj K).
Local Instance gset_disj_valid_instance : Valid (gset_disj K) := λ X,
......
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