pandora v0.2.2 Release Notes

    • ๐Ÿ”„ Change types of lay and wrap methods of Transformer class
    • Define Adaptable type class for fitting effects in schemas
    • Define Failable and failure for adaptable Conclusion
    • Define Optional and nothing for adaptable Maybe
    • ๐Ÿ“‡ Rename Stateful to State, get to current, put to replace
    • Define Stateful adaptable constraint and adapt get, modify and put
    • ๐Ÿ“‡ Rename Environmental to Environment
    • ๐Ÿšš Make env adaptable effect and remove local
    • Define Accumulator effect and it's adaptable gather method
    • Define |-> (Coalgebra) and <-| (Algebra) type synonyms
    • โœ‚ Remove oblige in favor of Liftable instance of Continuation
    • โœ‚ Remove environmentally in favor of Interpreted instance for Environment
    • โœ‚ Remove statefully in favor of Interpreted instance for State