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

Arguments for gsetC and gset_disjC.

parent 71c10187
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ Section gset. ...@@ -59,6 +59,7 @@ Section gset.
Proof. by apply persistent_total; rewrite gset_core_self. Qed. Proof. by apply persistent_total; rewrite gset_core_self. Qed.
End gset. End gset.
Arguments gsetC _ {_ _}.
Arguments gsetR _ {_ _}. Arguments gsetR _ {_ _}.
Arguments gsetUR _ {_ _}. Arguments gsetUR _ {_ _}.
...@@ -220,5 +221,6 @@ Section gset_disj. ...@@ -220,5 +221,6 @@ Section gset_disj.
Qed. Qed.
End gset_disj. End gset_disj.
Arguments gset_disjC _ {_ _}.
Arguments gset_disjR _ {_ _}. Arguments gset_disjR _ {_ _}.
Arguments gset_disjUR _ {_ _}. Arguments gset_disjUR _ {_ _}.
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