| Safe Haskell | Safe-Inferred |
|---|
Extra.Either
Documentation
concatEithers :: [Either a b] -> Either [a] [b]Source
Turn a list of eithers into an either of lists
eitherFromList :: [Either a b] -> Either [a] [b]Source
Deprecated: Use concatEithers
Extra-1.46.1: A grab bag of modules.
| Safe Haskell | Safe-Inferred |
|---|
Extra.Either
concatEithers :: [Either a b] -> Either [a] [b]Source
Turn a list of eithers into an either of lists
eitherFromList :: [Either a b] -> Either [a] [b]Source
Deprecated: Use concatEithers