arrow-core / arrow.core.extensions.listk.monad
fun <A, B> ~~tailRecM~~(arg0: A, arg1: (A) -> Kind<ForListK, Either<A, B>>): ListK<B>
Do you like Arrow?