pandora v0.2.4 Release Notes

    • โœ‚ Remove Pandora.Core.Transformation module and move ~> to Functor module
    • Define Adaptable instances for comonad transformer schemes
    • ๐Ÿ‘‰ Make position and access methods of Store adaptable
    • ๐Ÿ“‡ Rename unwrap method of Interpreted type class to run
    • Define Bivariant functor type class
    • Define zoom optical operator - apply lens within some part of State
    • ๐Ÿ‘‰ Make top method of Stack data structure a lens
    • ๐Ÿ‘‰ Make zoom method of Optics adaptable for bigger state
    • Define Traced for adaptable Environment comonad
    • Define cata, ana and hylo methods of Fix
    • Define Equipment datatype to use Comonad Product transformer
    • Define adaptable retrieve method of Equipment
    • ๐Ÿ–จ Extract Imprint from Environment module