e-0.1.0.0: Express sensitive data inside text files in readable and compact way.
Data.Either.MoreCombinators
Description
Data.Either.Combinators extended.
Data.Either.Combinators
Synopsis
note :: b -> Maybe a -> Either b a Source #
Tag the Nothing value of a Maybe.
Nothing
Maybe
mapLeftT :: Functor m => (a -> b) -> EitherT a m c -> EitherT b m c Source #
Alias for `bimapEitherT f id`.