Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add foldlWithKeyM #793

Open
andrewthad opened this issue Aug 14, 2021 · 4 comments · May be fixed by #795
Open

Add foldlWithKeyM #793

andrewthad opened this issue Aug 14, 2021 · 4 comments · May be fixed by #795

Comments

@andrewthad
Copy link

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.

@treeowl
Copy link
Contributor

treeowl commented Aug 14, 2021 via email

@andrewthad
Copy link
Author

I could add the right variant as well. I haven’t ever needed it, but it would be good to have as well.

@treeowl
Copy link
Contributor

treeowl commented Aug 15, 2021 via email

@andrewthad andrewthad linked a pull request Aug 16, 2021 that will close this issue
@andrewthad
Copy link
Author

See #795 and we can continue discussion there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants