purescript-deprecated/purescript-maps

`mapWithKey` method?

Closed this issue · 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.

paf31 commented

👍