This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
Releases: purescript-deprecated/purescript-monoid
Releases · purescript-deprecated/purescript-monoid
v0.3.2
v0.3.1
Add Semiring
instances (@jonsterling)
v0.3.0
v0.3.0-rc.2
- Fixed
Conj
andDisj
's values formempty
v0.3.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.
v0.2.0
This release requires PureScript v0.6.8 or later
- Replaced the monomorphic
Sum
andProduct
monoids withAdditive
andMultiplicative
that have aSemiring
constraint, taking advantage of the new numeric hierarchy (@garyb, @jdegoes, @paf31) - Added
Ord
instances forAll
andAny
(@garyb) - Added
Functor
,Apply
,Applicative
,Bind
,Monad
,Extend
andComonad
instances forDual
(@garyb) - Added
Functor
,Apply
,Applicative
,Bind
,Monad
, andExtend
instances forFirst
andLast
(@garyb)