arrow-core-data / arrow.core / Either / tailRecM
tailrec fun <L, A, B> ~~tailRecM~~(a: A, f: (A) -> Kind<
EitherPartialOf
<L>,
Either
<A, B>>):
Either
<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?
✖