Skip to content

Commit

Permalink
Add BinCompat extensions to syntax.apply import (#3464)
Browse files Browse the repository at this point in the history
* added bincompat extensions to syntax.apply import

* removed parallel mixin from apply syntax
  • Loading branch information
gagandeepkalra authored Jun 11, 2020
1 parent c716e06 commit 93e6038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/syntax/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package object syntax {
object alternative extends AlternativeSyntax
object applicative extends ApplicativeSyntax
object applicativeError extends ApplicativeErrorSyntax
object apply extends ApplySyntax
object apply extends ApplySyntax with ApplySyntaxBinCompat0
object arrow extends ArrowSyntax
object arrowChoice extends ArrowChoiceSyntax
object bifunctor extends BifunctorSyntax
Expand Down

0 comments on commit 93e6038

Please sign in to comment.