Misc setoids lemmas and tweaks for maps and option
1 unresolved thread
map_singleton_equiv_inj
and map_fmap_equiv_inj
.option_fmap_equiv_inj
.Proper
s for maps, and generalize existing ones. Add tests to check that the old ones can be derived.map_equiv_lookup_r
.map_equiv_iff
.Also, rename instances option_mbind_proper
→ option_bind_proper
and option_mjoin_proper
→ option_join_proper
to be consistent with similar instances for sets and lists.