Improved docs, types and encapsulation
Improved docs, types and encapsulation
BREAKING CHANGE:
- All
Either
type parametrizations have changed. Right
andLeft
constructors have been hidden, useright()
andleft()
functions instead.caseOf
function signature has changed.