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 recently fixed a strictness problem affecting an identity law for the Monad Tree instance. We should verify that strictness is okay for the associativity law, and similarly check strictness for the MonadFix laws. One question is whether list conses should contain thunks that evaluate to trees or the trees themselves.