pandora v0.2.6 Release Notes

    • ๐Ÿ”„ Change order of arguments for TUT joint schema
    • Binary trees can be empty
    • Define left_sub_tree and right_sub_tree lenses of Binary tree
    • ๐Ÿ›  Fix insert function: Binary tree should not contain duplicate values
    • โœ‚ Remove Cartesian type class
    • ๐Ÿšš Move Nonempty module to Variation submodule
    • โœ‚ Remove Specific module
    • โž• Add functional dependency to Nonempty type family and distribute instances
    • Define left and right natural transformations from Wye to Maybe
    • Define experimental Substructure type class
    • Remove left_sub_tree and right_sub_tree lenses of Binary tree
    • Define this and that methods from Variation to Maybe
    • Define Backwards type to run Applicative actions in reverse order