arrow-core / arrow.core.extensions.either.foldable
fun <L, A> ~~orEmpty~~(arg0: Applicative<Kind<ForEither, L>>, arg1: Monoid<A>): Either<L, A>
Do you like Arrow?