Skip to content

Commit

Permalink
Modify syntax as requested in PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pere Villega committed Feb 17, 2016
1 parent 579fb2f commit 5e26a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/data/OneAnd.scala
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private[data] sealed trait OneAndInstances extends OneAndLowPriority2 {
}

implicit def oneAndSemigroup[F[_]: MonadCombine, A]: Semigroup[OneAnd[F, A]] =
oneAndSemigroupK(MonadCombine[F]).algebra
oneAndSemigroupK[F].algebra

implicit def oneAndReducible[F[_]](implicit F: Foldable[F]): Reducible[OneAnd[F, ?]] =
new NonEmptyReducible[OneAnd[F,?], F] {
Expand Down

0 comments on commit 5e26a01

Please sign in to comment.