Add/Improve set unfold instances.
This MR does three things:
- It adds new set unfold instances for
lists andfin_map'sdomandmap_img.- A caveat is that the ones for
map_img+fmap/omapare too generic to be declared asInstances, so are just lemmas.
- A caveat is that the ones for
- It improves existing instances for
gmultiset'sdomandset_bind. - It fixes a render error in
READMEon a link todocs/sets.v.
I grouped them into one MR since they are small and tied to set unfold (minus the typo, which is trivial). I can split it up if necessary.