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