Free Category v0.0.4.0 Release Notes

    • 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