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 combineAll alias for Foldable's fold #523

Merged
merged 1 commit into from
Sep 11, 2015

Conversation

drostron
Copy link
Contributor

resolves #482

@codecov-io
Copy link

Current coverage is 64.50%

Merging #523 into master will decrease coverage by -0.11% as of 5ee9043

@@            master   #523   diff @@
=====================================
  Files          157    157       
  Stmts         2416   2420     +4
  Branches        66     66       
  Methods          0      0       
=====================================
  Hit           1561   1561       
  Partial          0      0       
- Missed         855    859     +4

Review entire Coverage Diff as of 5ee9043

Powered by Codecov. Updated on successful CI builds.

@adelbertc
Copy link
Contributor

Hm are all our Foldable syntaxes available by just putting it on Foldable? I did not know that.

@drostron
Copy link
Contributor Author

It's available due to FoldableSyntax extending the simulacrum generated Foldable.ToFoldableOps.

@adelbertc
Copy link
Contributor

Ah right - awesome :-) 👍

@ceedubs
Copy link
Contributor

ceedubs commented Sep 11, 2015

👍 thanks!

ceedubs added a commit that referenced this pull request Sep 11, 2015
add combineAll alias for Foldable's fold
@ceedubs ceedubs merged commit 82da887 into typelevel:master Sep 11, 2015
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.

Foldable fold name clash with TraversableOnce fold
4 participants