flattenOrAccumulate

Flatten a list of Either into a single Either with a list of values, or accumulates all errors using combine.


Flatten a list of Either into a single Either with a list of values, or accumulates all errors with into an NonEmptyList.