e-0.1.0.0: Express sensitive data inside text files in readable and compact way.

Safe HaskellSafe
LanguageHaskell2010

Data.Either.MoreCombinators

Description

Data.Either.Combinators extended.

Synopsis

Documentation

note :: b -> Maybe a -> Either b a Source #

Tag the Nothing value of a Maybe.

mapLeftT :: Functor m => (a -> b) -> EitherT a m c -> EitherT b m c Source #

Alias for `bimapEitherT f id`.