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