base-compat-0.11.1: A compatibility layer for base
Data.Either.Compat
isLeft :: Either a b -> Bool #
isRight :: Either a b -> Bool #
fromLeft :: a -> Either a b -> a #
fromRight :: b -> Either a b -> b #