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 Foldable.foldMapM and Reducible.reduceMapM #1452

Merged
merged 1 commit into from
Jan 3, 2017

Conversation

peterneyens
Copy link
Collaborator

This adds

  • Foldable.foldMapM which is similar to foldM but using a Monoid instance
  • Reducible.reduceMapM which is similar to reduceLeftM but using a Semigroup instance.

@codecov-io
Copy link

codecov-io commented Nov 5, 2016

Current coverage is 92.23% (diff: 100%)

Merging #1452 into master will increase coverage by 0.03%

@@             master      #1452   diff @@
==========================================
  Files           242        242          
  Lines          3615       3617     +2   
  Methods        3543       3551     +8   
  Messages          0          0          
  Branches         72         66     -6   
==========================================
+ Hits           3333       3336     +3   
+ Misses          282        281     -1   
  Partials          0          0          

Powered by Codecov. Last update 2fd55c5...9e755de

1 similar comment
@codecov-io
Copy link

Current coverage is 92.23% (diff: 100%)

Merging #1452 into master will increase coverage by 0.03%

@@             master      #1452   diff @@
==========================================
  Files           242        242          
  Lines          3615       3617     +2   
  Methods        3543       3551     +8   
  Messages          0          0          
  Branches         72         66     -6   
==========================================
+ Hits           3333       3336     +3   
+ Misses          282        281     -1   
  Partials          0          0          

Powered by Codecov. Last update 2fd55c5...9e755de

@johnynek
Copy link
Contributor

johnynek commented Nov 6, 2016

👍

@johnynek johnynek mentioned this pull request Jan 2, 2017
11 tasks
@travisbrown
Copy link
Contributor

👍, this looks great!

@johnynek johnynek merged commit 5bcb62f into typelevel:master Jan 3, 2017
@stew stew removed the in progress label Jan 3, 2017
@peterneyens peterneyens deleted the foldMapM-reduceMapM branch February 2, 2017 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants