Skip to content

MonadError not reexported #444

@karamellpelle

Description

@karamellpelle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions