sr-extra-1.46.3.2: A grab bag of modules.

Safe HaskellSafe
LanguageHaskell98

Extra.Either

Synopsis

Documentation

concatEithers :: [Either a b] -> Either [a] [b] Source

Turn a list of eithers into an either of lists

rightOnly :: [Either a b] -> [b] Source

Deprecated: Use rights

eitherFromList :: [Either a b] -> Either [a] [b] Source

Deprecated: Use concatEithers