pandora v0.3.0 Release Notes

    • ๐Ÿ“‡ Rename Root datatype to Location with Head (stack) and Root (tree) constructors
    • Define represent as lens in Representable containers
    • Define Equivalence datatype and define Contravariant instance for it
    • Define swop for Wye (useful if you want to invert binary tree with hoist swap)
    • โž• Add experimental Monotonic typeclass
    • Implement delete method for Stack
    • Define Comprehension wrapper for data structures that can behave like list comprehensions
    • Define experimental Insertable typeclass
    • Define Day convolution datatype in Transformer module
    • Define experimental methods: <*+>, <**+>, <***+>
    • ๐Ÿ“‡ Rename Bindable method >>=$ to <>>=
    • ๐Ÿšš Move Comprehension wrapper from Construction to Structure.Ability module