Skip to content

Commit

Permalink
add Comparison to Cats
Browse files Browse the repository at this point in the history
fixes #2109
  • Loading branch information
kailuowang authored Dec 15, 2017
1 parent 5234312 commit 96785c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/cats/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ package object cats {
val Eq = cats.kernel.Eq
val PartialOrder = cats.kernel.PartialOrder
val Order = cats.kernel.Order
val Comparison = cats.kernel.Comparison
val Hash = cats.kernel.Hash
val Semigroup = cats.kernel.Semigroup
val Monoid = cats.kernel.Monoid
Expand Down

0 comments on commit 96785c7

Please sign in to comment.