Releases: purescript/purescript-functors
Releases · purescript/purescript-functors
v2.0.0
- Updated for PureScript 0.11
- Renamed the
/\
nexted product operator to </\>
, since /\
is also the nested tuple operator
- Added corresponding type operator for nested
Product
- Added
<\/>
operators for nested Coproduct
v1.1.0
- Added
Extend
and Comonad
instances for Coproduct
(@syaiful6)
v1.0.0
New edition for the PureScript 0.10 compiler.
v0.1.0
Initial versioned release