Add foldlWithKeyM
Open
feature-request
IntMap
Map
- Dominant language
- Haskell
- Stars
- 355
- Forks
- 194
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 4
Description
The type would be:
foldlWithKeyM :: Monad m => (a -> k -> b -> m a) -> a -> Map k b -> m a
I'm happy to contribute this if it would be accepted.
Contributor guide
Assessment
This issue has not been assessed yet.