IOEither overview
A ChainRec instance for IOEither
Added in v1.0.0
Table of contents
Instance methods
chainRec
Signature
export declare const chainRec: <E, A, B>(a: A, f: (a: A) => IOE.IOEither<E, E.Either<A, B>>) => IOE.IOEither<E, B>
Added in v1.0.0
Instances
ChainRec
ChainRec for IOEither
Signature
export declare const ChainRec: ChnRec.ChainRec2<'IOEither'>
Added in v1.0.0