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