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

tailRecM

@JvmName("tailRecM") fun <A, B> ~~tailRecM~~(arg0: A, arg1: (A) -> Kind<ForSequenceK, Either<A, B>>): SequenceK<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
<