Control.Monad.Trans.Error

The ErrorT monad transformer

class Error a
class ErrorList a
data ErrorT e m a

Error operations

Lifting other operations

Examples