joint v0.1.6 Release Notes

    • Lower precedence of :> operator to allow write like: t :> u := a
    • Create supermodule to have only one line of import in projects
    • ๐Ÿ“‡ Rename Composition class to Interpreted
    • ๐Ÿ“‡ Rename put operation for Writer to add
    • โž• Add nothing operation for Maybe effect
    • โž• Add current operation for State effect
    • ๐Ÿ‘‰ Make get, add, current, modify, nothing, failure liftable