IO overview

Re-exports chainRec from fp-ts > IO

Added in v1.0.0


Table of contents


Model

chainRec

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>

Added in v1.0.0