Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@garyb garyb released this 21 Feb 11:49
· 55 commits to master since this release

This release requires PureScript v0.6.8 or later

  • Replaced the monomorphic Sum and Product monoids with Additive and Multiplicative that have a Semiring constraint, taking advantage of the new numeric hierarchy (@garyb, @jdegoes, @paf31)
  • Added Ord instances for All and Any (@garyb)
  • Added Functor, Apply, Applicative, Bind, Monad, Extend and Comonad instances for Dual (@garyb)
  • Added Functor, Apply, Applicative, Bind, Monad, and Extend instances for First and Last (@garyb)