Skip to content
Snippets Groups Projects
Commit 2c64b551 authored by Amin Timany's avatar Amin Timany
Browse files

Correct the name gmap_persistent -> gset_persistent

parent 3a70097c
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ Section gset.
intros mZ _. rewrite !gset_opM=> HX. by rewrite (comm_L _ X) -!assoc_L HX.
Qed.
Global Instance gmap_persistent X : Persistent X.
Global Instance gset_persistent X : Persistent X.
Proof. by apply persistent_total; rewrite gset_core_self. Qed.
End gset.
......
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