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

A few more Either FAQ details #1430

Merged
merged 2 commits into from
Oct 26, 2016

Conversation

travisbrown
Copy link
Contributor

In response to @philwills's comment on #1412.

@travisbrown
Copy link
Contributor Author

@philwills I just merged in your change—let me know if this looks okay to you and we can close #1429.

@@ -40,9 +40,12 @@ a bunch of useful combinators around it. In Scala 2.12.x `Either`
`scala.util.Either` and fill in the gaps via
[syntax enrichment](https://github.com/typelevel/cats/blob/master/core/src/main/scala/cats/syntax/either.scala).

This syntax can be imported via `cats.syntax.either._` or through `cats.implicits._`.
<<<<<<< HEAD
Copy link
Collaborator

Choose a reason for hiding this comment

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

Missed something 😉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks again @peterneyens—I'm clearly in too much of a rush here. :)

I've also swapped the order to fit with the preferred order as suggested on the imports page and fixed the link to that.
@adelbertc
Copy link
Contributor

👍

1 similar comment
@peterneyens
Copy link
Collaborator

peterneyens commented Oct 25, 2016

👍

@philwills
Copy link
Contributor

👍 looks perfect to me.

@codecov-io
Copy link

codecov-io commented Oct 26, 2016

Current coverage is 92.20% (diff: 100%)

Merging #1430 into master will not change coverage

@@             master      #1430   diff @@
==========================================
  Files           242        242          
  Lines          3606       3606          
  Methods        3537       3537          
  Messages          0          0          
  Branches         69         69          
==========================================
  Hits           3325       3325          
  Misses          281        281          
  Partials          0          0          

Powered by Codecov. Last update 93a4d6a...c0a19ad

@non
Copy link
Contributor

non commented Oct 26, 2016

👍

@non non merged commit bff8259 into typelevel:master Oct 26, 2016
@non non removed the in progress label Oct 26, 2016
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.

6 participants