Is there a quick way to flip `List<Either<A,...
# arrow
s
Is there a quick way to flip
List<Either<A, B>>
into an
Either<A, List<B>
. Happy for the result error type to be either a list or the first error.