You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have a Monoid for Function1 values in cats-core. I think it makes sense to move the definition to cats-kernel since that's where monoids are defined -- this will allow algebra and other kernel-dependents to share these instances.
(More generally, I think where possible all orderings, monoids, etc. should live in cats-kernel.)
The text was updated successfully, but these errors were encountered:
+1 to this
On Mon, Aug 22, 2016 at 06:14 Erik Osheim [email protected] wrote:
Right now we have a Monoid for Function1 values in cats-core. I think
it makes sense to move the definition to cats-kernel since that's where
monoids are defined -- this will allow algebra and other
kernel-dependents to share these instances.
(More generally, I think where possible all orderings, monoids, etc.
should live in cats-kernel.)
Right now we have a
Monoid
forFunction1
values in cats-core. I think it makes sense to move the definition to cats-kernel since that's where monoids are defined -- this will allow algebra and other kernel-dependents to share these instances.(More generally, I think where possible all orderings, monoids, etc. should live in cats-kernel.)
The text was updated successfully, but these errors were encountered: