Skip to content

Commit

Permalink
rename setMonoidInstance to setMonoid
Browse files Browse the repository at this point in the history
  • Loading branch information
drostron committed Sep 10, 2015
1 parent 028846c commit 345df6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/std/set.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ trait SetInstances extends algebra.std.SetInstances {
override def isEmpty[A](fa: Set[A]): Boolean = fa.isEmpty
}

implicit def setMonoidInstance[A]: Monoid[Set[A]] = MonoidK[Set].algebra[A]
implicit def setMonoid[A]: Monoid[Set[A]] = MonoidK[Set].algebra[A]
}

0 comments on commit 345df6c

Please sign in to comment.