All Versions
6
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.0.4.4 Changes

    • โž• Added support for GHC: 9.0, 9.2, 9.4.
    • โฌ‡๏ธ Dropped support for GHC-8.6 or earlier.
    • โž• Added ArrChoice a free ArrowChoice.
  • v0.0.4.2 Changes

    • updated for GHC 8.10.1
  • v0.0.4.0 Changes

    • hoistOp
    • ๐Ÿ“‡ Renamed Control.Category.FreeEff module as Control.Category.FreeEffect and renamed top level terms:
      • EffCategory type class to EffectCategory
      • FreeEffCat to EffCat
      • FreeEffCat constructor as Effect and lift as effect
      • liftCat to liftEffect
      • foldNatLift to foldNatEffCat
    • ๐Ÿ‘‰ 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
  • v0.0.3.0 Changes

    • โฑ Efficient 'Cat' and 'Aff' based on real time queues with scheduling
    • โž• Added Monoid instances
    • โž• Added Op category
    • โž• added arrArr, mapArr, foldArr for Arr free arrow category
    • โž• added arrCat, mapCat, fodlMap for Cat free categroy
  • v0.0.2.0 Changes

    • EffCategory class and FreeEffCat category transformer
    • Example usage of FreeEffCat
  • v0.0.1.0 Changes

    • ๐Ÿ†“ free category (concrete and condensity transformed)
    • ๐Ÿ†“ free arrows (concrete and condensity transformed)