-
Notifications
You must be signed in to change notification settings - Fork 178
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
Labels
Comments
Why only the left fold?
…On Sat, Aug 14, 2021, 10:46 AM Andrew Martin ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#793>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOOF7NO2ZVGQB34D6IQ5ZTT4Z6T3ANCNFSM5CFFCLIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
I could add the right variant as well. I haven’t ever needed it, but it would be good to have as well. |
I think that's best, since the containers are mostly quite symmetrical.
…On Sun, Aug 15, 2021, 8:05 AM Andrew Martin ***@***.***> wrote:
I could add the right variant as well. I haven’t ever needed it, but it
would be good to have as well.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#793 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOOF7K5TF6A2OYVPV5LA3TT46UPNANCNFSM5CFFCLIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
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
The type would be:
I'm happy to contribute this if it would be accepted.
The text was updated successfully, but these errors were encountered: