Re-exports chainRec from fp-ts > IO
Added in v1.0.0
A re-export of fp-ts > IO.chainRec
Signature
export declare const chainRec: <A, B>(a: A, f: (a: A) => IO<Either<A, B>>) => IO<B>