- Support
GHC-9.6
. - Export
Arr
all constructors.
- Added support for GHC:
9.0
,9.2
,9.4
. - Dropped support for
GHC-8.6
or earlier. - Added ArrChoice a free ArrowChoice.
- updated for GHC 8.10.1
- hoistOp
- Renamed
Control.Category.FreeEff
module asControl.Category.FreeEffect
and renamed top level terms:EffCategory
type class toEffectCategory
FreeEffCat
toEffCat
FreeEffCat
constructor asEffect
andlift
aseffect
liftCat
toliftEffect
foldNatLift
tofoldNatEffCat
- Show instance of 'Cat' and 'C' via 'ListTr' (GHC >= 806)
- Performance optimisations: rewrite rules & inline pragmas
- Export ListTr from Control.Category.Free
- foldrL, foldlL and zipWithL
- Efficient 'Cat' and 'Aff' based on real time queues with scheduling
- Added Monoid instances
- Added Op category
- added
arrArr
,mapArr
,foldArr
forArr
free arrow category - added
arrCat
,mapCat
,fodlMap
forCat
free categroy
- EffCategory class and FreeEffCat category transformer
- Example usage of FreeEffCat
- free category (concrete and condensity transformed)
- free arrows (concrete and condensity transformed)