-
-
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
use &
instead of with
#4673
base: main
Are you sure you want to change the base?
use &
instead of with
#4673
Conversation
: NonEmptyAlternative[NonEmptyVector] & Bimonad[NonEmptyVector] & NonEmptyTraverse[NonEmptyVector] & Align[ | ||
NonEmptyVector | ||
] = |
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.
Just for a record: this auto-formatting is hurting my eyes. I wonder if scalafmt can be configured to do better in such cases.
implicit val catsStdInstancesForOption: Traverse[Option] & MonadError[Option, Unit] & Alternative[ | ||
Option | ||
] & CommutativeMonad[Option] & CoflatMap[Option] & Align[Option] = |
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.
Oh, this one is even more baffling :(
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.
Looks good for me, thank you!
prepare latest Scala 3