pandora v0.3.1 Release Notes

    • Define Set interface for data structures with member method
    • ๐Ÿšš Rewrite zoom function with right adjunction and move it to Inventory module
    • ๐Ÿšš Move Adjoint instance for (:*:) and (->) to Paradigm.Primary.Functor module
    • โœ‚ Remove Schematic module and move Schematic type family to Interpreted module
    • ๐Ÿ”„ Change arity of Schematic type family
    • โœ‚ Remove lay method of Monadic type class, use lift instead
    • โœ‚ Remove flick method of Comonadic type class, use lower instead
    • ๐Ÿ”„ Change lift constraint: from Covariant to Traversable