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