This repository was archived by the owner on Oct 4, 2020. It is now read-only.
This repository was archived by the owner on Oct 4, 2020. It is now read-only.
Add traversal methods #53
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels