EitherT-0.0.1: EitherT monad transformer

Control.Monad.Either

Documentation

newtype EitherT l m a Source

Constructors

EitherT 

Fields

runEitherT :: m (Either l a)
 

Instances

left :: Monad m => l -> EitherT l m aSource