Variable EitherTypeConst

EitherType: {
    Left: symbol;
    Right: symbol;
} = ...

Enum-like object for representing the state of an Either: Left or Right.