These<L, R> = Left<L> | Right<R> | Both<L, R>
L
R
Left
Right
Both
Defined in: logic/these.ts:13
A These type that can represent a Left, Right, or Both value.