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