arrow-core-data / arrow.core / ListK / tailRecM

tailRecM

fun <A, B> ~~tailRecM~~(a: A, f: (A) -> Kind<ForListK, Either<A, B>>): ListK<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
<