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 foldA, reduceMapA and reduceA #3141

Closed
LukaJCB opened this issue Nov 12, 2019 · 5 comments
Closed

Add foldA, reduceMapA and reduceA #3141

LukaJCB opened this issue Nov 12, 2019 · 5 comments

Comments

@LukaJCB
Copy link
Member

LukaJCB commented Nov 12, 2019

No description provided.

@Twizty
Copy link
Contributor

Twizty commented Nov 13, 2019

Hi, I'd like to implement it.

@LukaJCB
Copy link
Member Author

LukaJCB commented Nov 13, 2019

Hi @Twizty, go right ahead! You can have a look at #3130 for inspiration and do feel free to ask any questions you might have here or on the gitter channel :)

@Twizty
Copy link
Contributor

Twizty commented Nov 13, 2019

@LukaJCB all these 3 methods should have the same signature as their monadic versions, but instead of Monad[G] they should have Applicative[G]?

@LukaJCB
Copy link
Member Author

LukaJCB commented Nov 13, 2019

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
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
@travisbrown
Copy link
Contributor

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
Projects
None yet
Development

No branches or pull requests

3 participants