For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.9

Type Alias: Either<E, A>

type Either<E, A> = Left<E> | Right<A>;

Type Parameters

E

E

A

A