Either type.
Can represent either a left or a right value. Used often in error handling where something can either succeede(R) or fail(L).
the left value type
the right value type
Generated using TypeDoc
Either type.
Can represent either a left or a right value. Used often in error handling where something can either succeede(R) or fail(L).