Returns (<B>(onThat) => ((onBoth) => ((t) => C)))
The value calculated by either of three functions.
- <B>(onThat): ((onBoth) => ((t) => C))
Returns ((onBoth) => ((t) => C))
- (onBoth): ((t) => C)
Parameters
onBoth: ((a) => ((b) => C))
- (a): ((b) => C)
Returns ((b) => C)
Returns ((t) => C)
Exhausts the all patterns of
These
.