arrow-core / arrow.core.extensions.eval.monad / tailRecM
@JvmName("tailRecM") fun <A, B> ~~tailRecM~~(arg0: A, arg1: (A) -> Kind<ForEval, Either<A, B>>): Eval<B>
Deprecated: tailRecM is deprecated together with the Kind type classes since it’s meant for writing kind-based polymorphic stack-safe programs.
Do you like Arrow?
✖