Skip to content

Commit

Permalink
added type
Browse files Browse the repository at this point in the history
for the sake of consistency
  • Loading branch information
kailuowang authored Dec 15, 2017
1 parent 96785c7 commit 3b21ad6
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 @@ -81,6 +81,7 @@ package object cats {

type Eq[A] = cats.kernel.Eq[A]
type PartialOrder[A] = cats.kernel.PartialOrder[A]
type Comparison = cats.kernel.Comparison
type Order[A] = cats.kernel.Order[A]
type Hash[A] = cats.kernel.Hash[A]
type Semigroup[A] = cats.kernel.Semigroup[A]
Expand Down

0 comments on commit 3b21ad6

Please sign in to comment.