Skip to content

add combineAll alias for Foldable's fold#523

Merged
ceedubs merged 1 commit into
typelevel:masterfrom
drostron:fold-alias
Sep 11, 2015
Merged

add combineAll alias for Foldable's fold#523
ceedubs merged 1 commit into
typelevel:masterfrom
drostron:fold-alias

Conversation

@drostron
Copy link
Copy Markdown
Contributor

resolves #482

@codecov-io
Copy link
Copy Markdown

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
Copy Markdown
Contributor

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

@drostron
Copy link
Copy Markdown
Contributor Author

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

@adelbertc
Copy link
Copy Markdown
Contributor

Ah right - awesome :-) 👍

@ceedubs
Copy link
Copy Markdown
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