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