Releases: typelevel/monoids
Releases · typelevel/monoids
v0.2.0
This release brings a bunch of generic Semigroup
s:
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
Initial release under the typelevel
organization.