arrow-core / arrow.core.extensions.ior.monad / tailRecM

tailRecM

@JvmName("tailRecM") fun <L, A, B> ~~tailRecM~~(SL: Semigroup<L>, arg0: A, arg1: (A) -> Kind<Kind<ForIor, L>, Either<A, B>>): Ior<L, 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?

Arrow Org
<