Skip to content

Improved docs, types and encapsulation

Compare
Choose a tag to compare
@joanllenas joanllenas released this 24 Nov 18:43
· 10 commits to master since this release

Improved docs, types and encapsulation

BREAKING CHANGE:

  • All Either type parametrizations have changed.
  • Right and Left constructors have been hidden, use right() and left() functions instead.
  • caseOf function signature has changed.