Skip to content
Snippets Groups Projects
Verified Commit a0d0c71b authored by Dorian Lesbre's avatar Dorian Lesbre
Browse files

Remove gmap Instance

parent b27e3930
No related branches found
No related tags found
1 merge request!444Add images (codomains) to finite maps
...@@ -282,8 +282,6 @@ Section gset. ...@@ -282,8 +282,6 @@ Section gset.
pose proof (mapset_dom_spec (M:=gmap K)) as [?? Hdom]; split; auto. pose proof (mapset_dom_spec (M:=gmap K)) as [?? Hdom]; split; auto.
intros A m. specialize (Hdom A m). by destruct m. intros A m. specialize (Hdom A m). by destruct m.
Qed. Qed.
Global Instance gmap_img `{Countable A} : Img (gmap A K) (gset K) :=
fin_map_img A K (gmap A K) (gset K).
(** If you are looking for a lemma showing that [gset] is extensional, see (** If you are looking for a lemma showing that [gset] is extensional, see
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment