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
MonadLaws.tailRecMStackSafety is currently a val; this means MonadTests[M].stackUnsafeMonad checks for stack safety anyway as soon as the MonadLaws[M] instance is created
The text was updated successfully, but these errors were encountered:
MonadLaws.tailRecMStackSafety
is currently aval
; this meansMonadTests[M].stackUnsafeMonad
checks for stack safety anyway as soon as theMonadLaws[M]
instance is createdThe text was updated successfully, but these errors were encountered: