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
As commented in a Gitter conversation, when I try to transform a free monad to another monad like Option, List or Future using foldMap, I get a java.lang.ClassCastException.
I'm using cats 0.4.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
This reverts most of the changes from typelevel#702, because it appears to have
caused a regression in the case of Gosub. This commit fixes the
"mapSuspension id" unit test and the issue reported in typelevel#712.
The stack safety test is now failing. I've commented it out for now,
because an incorrectness bug seems to be worse than a stack safety
issue.
As commented in a Gitter conversation, when I try to transform a free monad to another monad like
Option
,List
orFuture
usingfoldMap
, I get ajava.lang.ClassCastException
.I'm using cats 0.4.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: