ES<A> typedef

ES<A> = Either<Stackless<A> Function(), A>

Implementation

typedef ES<A> = Either<Stackless<A> Function(), A>;