StateEither overview

A ChainRec instance for StateEither

Added in v1.0.0


Table of contents


Instance methods

chainRec

Signature

export declare const chainRec: <R, E, A, B>(a: A, f: (a: A) => any) => any

Added in v1.0.0

Instances

ChainRec

ChainRec for StateEither

Signature

export declare const ChainRec: ChnRec.ChainRec3<any>

Added in v1.0.0