Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@danicheg danicheg released this 06 Nov 08:34
· 437 commits to main since this release
c50ab6b

This release brings a bunch of generic Semigroups:

  • Dual inverts the combine operation;
  • Max exposes a Max that given an Order will return the maximum value;
  • Min exposes a Min that given an Order will return the minimum value;

and even more!