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
These shouldn't be hard to implement - all we need is a conversion to some concrete representation. For example, for LocalDate we can use Cogen[Long].contramap(_.toEpochDay).
As for the motivation, cats makes extensive use of Cogens in cats-laws.
The text was updated successfully, but these errors were encountered:
These shouldn't be hard to implement - all we need is a conversion to some concrete representation. For example, for
LocalDate
we can useCogen[Long].contramap(_.toEpochDay)
.As for the motivation, cats makes extensive use of
Cogen
s incats-laws
.The text was updated successfully, but these errors were encountered: