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
{{ message }}
This repository was archived by the owner on Jan 17, 2020. It is now read-only.
IO does not satisfies Distributivity law of MonadPlus: (x <|> y) >>= f == (x >>= f) <|> (y >>= f), see Which satisfieswhat. IO is MonadOr which currently is not defined in purescript-control