Data.Neither

Applicative version

data AEither a b

aeither

Monadic version

data MEither a b

meither

Monad transformer

data MEitherT e m a

mapMEitherT

throwMEither

Neither typeclass

class Neither e

Utility functions

mapLeft

mapRight

mapEither

lefts

rights

partitionEithers