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
This is because the shapeless 3 ErasedXXXInstances#map has mutual recursion between the Product and Coproduct instances when dealing with recursive sum types like List
The text was updated successfully, but these errors were encountered:
The following derivations are not stack-safe:
Functor
Contravariant
This is because the shapeless 3
ErasedXXXInstances#map
has mutual recursion between theProduct
andCoproduct
instances when dealing with recursive sum types likeList
The text was updated successfully, but these errors were encountered: