Module

Data.Either.Extras

Package
purescript-value-of-information
Repository
colehaus/purescript-value-of-information

#unzipEithers Source

unzipEithers :: forall b a. List (Either a b) -> Either (NonEmpty List a) (List b)