arrow-core / arrow.core.extensions.option.monad / tailRecM
@JvmName("tailRecM") fun <A, B> ~~tailRecM~~(arg0: A, arg1: (A) -> Kind<ForOption, Either<A, B>>): Option<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?
✖