base-compat-0.10.5: 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 #