-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 foldA, reduceMapA and reduceA #3141
Labels
Comments
Hi, I'd like to implement it. |
@LukaJCB all these 3 methods should have the same signature as their monadic versions, but instead of |
Pretty much, yeah :) |
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 14, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 14, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 14, 2019
Merged
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 15, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 15, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 15, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 15, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 15, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 18, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 18, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 18, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 19, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 19, 2019
Twizty
added a commit
to EpamLifeSciencesTeam/cats
that referenced
this issue
Nov 20, 2019
LukaJCB
pushed a commit
that referenced
this issue
Dec 10, 2019
* #3141 [WIP] Implemented .foldA * #3141 [WIP] Implemented .reduceA * #3141 [WIP] Implemented .reduceMapA * #3141 Refactored * #3141 Added tests * #3141 Fixed 2.13 * #3141 Added link to the issue at simulacrum * #3141 Fixed docs * #3141 Formatted * #3141 Refactored * #3141 Changed .reduceMap signature * #3141 Removed noop on .reduceMapA * #3141 Fixed docs * #3141 Removed changes from reduceMapK
Done in #3150 and some follow-ups. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: