arrow-core / arrow.core.extensions.either.monoid
fun <L, R> ~~combineAll~~(MOL: Monoid<L>, MOR: Monoid<R>, arg0:
List
<Either<L, R>>): Either<L, R>
Do you like Arrow?