pandora v0.2.5 Release Notes

    • Define Semiring typeclass
    • Define Stream module and type
    • ๐Ÿšš Move Liftable and Lowerable modules from Functor to Transformer submodule
    • Define Hoistable module and typeclass
    • ๐Ÿ“‡ Rename TUV joint schema to TUT
    • Modify UTU joint schema internals
    • โœ‚ Remove && and || Boolean operators (use * and + instead)
    • Define precedence for * and +
    • ๐Ÿ”„ Change superclass of Group class - Quasiring instead of Monoid
    • ๐Ÿ“‡ Rename Jet's constructor to Jet (previously - :-)
    • ๐Ÿ“‡ Rename Group's method from inverse to invert
    • โœ‚ Remove not method of Boolean, (use invert instead)
    • โœ‚ Remove Injective and Has type families
    • ๐Ÿ”„ Change superclasseses for Liftable and Lowerable classes to provide a law