Closed this issue 9 years ago · 1 comments
Is it reasonable to add a specialized method of type (k -> v1 -> v2) -> Map k v1 -> Map k v2? I sometimes bump into this and have to go through the toList + map (\(i/\n) -> ...) + fromList pattern.
(k -> v1 -> v2) -> Map k v1 -> Map k v2
toList + map (\(i/\n) -> ...) + fromList
👍