bindAllOrAccumulate
context(raise: RaiseAccumulate<Error>)
fun <Error, A> Iterable<Either<Error, A>>.bindAllOrAccumulate(): RaiseAccumulate.Value<List<A>>
fun <Error, A> Iterable<Either<Error, A>>.bindAllOrAccumulate(): RaiseAccumulate.Value<List<A>>