Skip to content

Releases: typelevel/monoids

v0.2.0

06 Nov 08:34
c50ab6b
Compare
Choose a tag to compare

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!

v0.1.0

05 Nov 10:49
fae566f
Compare
Choose a tag to compare

Initial release under the typelevel organization.