kotest-fp / io.kotest.fp / flatten

flatten

fun <T> Try<Try<T>>.flatten(): Try<T>