Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Dec 7, 2017
1 parent 7796307 commit 828be44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/instances/function.scala
Expand Up @@ -88,7 +88,7 @@ private[instances] sealed trait Function1Instances extends Function1Instances0 {
def compose[A, B, C](f: B => C, g: A => B): A => C = f.compose(g)
}

implicit val catsStdMonoidKForFunction1: MonoidK[λ[α => Function1[α, α]]] =
implicit val catsStdMonoidKForFunction1: MonoidK[Endo] =
Category[Function1].algebraK
}

Expand Down

0 comments on commit 828be44

Please sign in to comment.