either¶
Union of two types.
Type Either[L, R] represents a value of either typr L (“left”) or R (“right”).
Classes
|
Represents a union of either a left or a right value. |
Functions
Union of two types.
Type Either[L, R] represents a value of either typr L (“left”) or R (“right”).
Classes
|
Represents a union of either a left or a right value. |
Functions