-
-
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
Restruct functor #1934
Restruct functor #1934
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1934 +/- ##
==========================================
+ Coverage 95.55% 95.57% +0.02%
==========================================
Files 248 248
Lines 4430 4454 +24
Branches 116 110 -6
==========================================
+ Hits 4233 4257 +24
Misses 197 197
Continue to review full report at Codecov.
|
@@ -1,9 +1,8 @@ | |||
package cats.tests | |||
|
|||
import cats._ | |||
import cats.{Contravariant, _} |
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.
?
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.
👍
Big but rather mechanical changes according to #1930
Profunctor
andStrong
to thearrow
packageBifunctor
,Invariant
andContravariant
to root package