Napkin.Utils.Either
Description
mapLeft :: (a -> c) -> Either a b -> Either c b #
maybeToEither :: a -> Maybe b -> Either a b #