-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
added a migration note to the release notes IRT tuple instances #1009
Conversation
Current coverage is 83.92%
@@ master #1009 diff @@
==========================================
Files 368 368
Lines 2376 2376
Methods 2169 2169
Messages 0 0
Branches 19 19
==========================================
+ Hits 1992 1994 +2
+ Misses 384 382 -2
Partials 0 0
|
@@ -6,10 +6,12 @@ Version 0.5.0 is the fifth release. | |||
|
|||
This release includes some API changes: | |||
|
|||
`cats.laws.discipline.eq` no longer provides `Eq` instances for `tuple2` and `tuple3`, these instances and together with some other new instances for `tuple`s are not provided by `cats.std.tuple` (through inheriting the instance trait defined in algebra 0.4.2). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a typo right? Should be "are now provided by" right?
@@ -6,10 +6,12 @@ Version 0.5.0 is the fifth release. | |||
|
|||
This release includes some API changes: | |||
|
|||
`cats.laws.discipline.eq` no longer provides `Eq` instances for `tuple2` and `tuple3`, these instances and together with some other new instances for `tuple`s are now provided by `cats.std.tuple` (through inheriting the instance trait defined in algebra 0.4.2). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpicky but could you capitalize Tuple2
, etc.? The formatting and context makes it look like you're referring to real types.
👍, thanks @kailuowang! |
👍 Thanks! |
No description provided.