You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
map we already have, via the Functor Map instance. For the others, it's pretty trivial if you go via List (Tuple k v), although of course these extra intermediate representations are unnecessary, so it might be nice to have versions in this library that don't do that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Haskell version of Data.Map has methods in which you can traverse a Map, and return a modified version of that map.
Some of those include:
map
,mapWithKey
,traverseWithKey
,mapAccm
, etc..To the best of my knowledge, none of this is currently implemented.
The text was updated successfully, but these errors were encountered: