flatten

fun <A, B> Either<A, Either<A, B>>.flatten(): Either<A, B>(source)
inline fun <A, B> Ior<A, Ior<A, B>>.flatten(combine: (A, A) -> A): Ior<A, B>(source)