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
I would like to add an implicit Monoid for WriterT. I've copied the implementation from scalaz here.
I would like to add some tests for the commit but am having a little trouble understanding how the tests work and should be structured. My initial attempt is here where I've just made sure that the Monoid and Semigroup can be resolved.
The text was updated successfully, but these errors were encountered:
I would like to add an implicit
Monoid
forWriterT
. I've copied the implementation from scalaz here.I would like to add some tests for the commit but am having a little trouble understanding how the tests work and should be structured. My initial attempt is here where I've just made sure that the
Monoid
andSemigroup
can be resolved.The text was updated successfully, but these errors were encountered: