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