com.github.rs3vans.monadik / flattenLeft

flattenLeft

fun <T : Any, U : Any> Either<Either<T, U>, U>.flattenLeft(): Either<T, U>