Left
Left<
L> =object
Defined in: logic/either.ts:7
Represents a Left variant of the Either type.
Left often represents an error or exceptional case.
Type Parameters
L
L
Properties
left
left:
L
Defined in: logic/either.ts:7
type
type:
"Left"
Defined in: logic/either.ts:7