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

#2429 Replace all usage of the list Monoid in the docs with the chain Monoid #2460

Merged
merged 2 commits into from
Sep 4, 2018

Conversation

jan0sch
Copy link
Contributor

@jan0sch jan0sch commented Sep 3, 2018

@jan0sch
Copy link
Contributor Author

jan0sch commented Sep 3, 2018

Please comment if further changes should be included in the pull request.

@codecov-io
Copy link

codecov-io commented Sep 3, 2018

Codecov Report

Merging #2460 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2460   +/-   ##
=======================================
  Coverage   95.39%   95.39%           
=======================================
  Files         357      357           
  Lines        6516     6516           
  Branches      288      288           
=======================================
  Hits         6216     6216           
  Misses        300      300

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f129c6...2ed5175. Read the comment docs.

Copy link
Contributor

@johnynek johnynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great!


val left: IorNel[String, Int] = Ior.leftNel("Error")
val left: IorNec[String, Int] = Ior.fromEither("Error".leftNec[Int])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems I missed the convenience function here, we should add an Issue for that too. :)

@LukaJCB LukaJCB merged commit bc43702 into typelevel:master Sep 4, 2018
@jan0sch jan0sch deleted the 2429-chain-monoid-docs branch September 4, 2018 12:55
@kailuowang kailuowang added this to the 1.3 milestone Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace all usage of the list Monoid in the docs with the chain Monoid
5 participants