Control.Monad.Trans.Error

The ErrorT monad transformer

class Error a

class ErrorList a

data ErrorT e m a

mapErrorT

Error operations

throwError

catchError

Lifting other operations

liftCallCC

liftListen

liftPass

Examples