Skip to content

Commit

Permalink
Make syntax.show extend ShowSyntax instead of Show.ToShowOps
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundnoble committed May 22, 2017
1 parent 9f98924 commit 0a023ba
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 @@ -36,7 +36,7 @@ package object syntax {
object reducible extends ReducibleSyntax
object semigroup extends SemigroupSyntax
object semigroupk extends SemigroupKSyntax
object show extends Show.ToShowOps
object show extends ShowSyntax
object split extends SplitSyntax
object strong extends StrongSyntax
object transLift extends TransLiftSyntax
Expand Down

0 comments on commit 0a023ba

Please sign in to comment.