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
Relude reexport the ExceptT monad transformer (together with runExceptT). But that's all. The typeclasses MonadReader, MonadState, MonadIO and MonadTrans are all included in Relude, but not MonadError.
How are we supposed to use ExceptT when its corresponding interface is not included?
PS: The typeclass MonadFail is something else that is not related to ExceptT.
The text was updated successfully, but these errors were encountered:
Relude reexport the
ExceptT
monad transformer (together withrunExceptT
). But that's all. The typeclassesMonadReader
,MonadState
,MonadIO
andMonadTrans
are all included in Relude, but notMonadError
.How are we supposed to use
ExceptT
when its corresponding interface is not included?PS: The typeclass
MonadFail
is something else that is not related toExceptT
.The text was updated successfully, but these errors were encountered: