pandora v0.1.7 Release Notes

    • Define ifelse function for Boolean values
    • ๐Ÿ”„ Change Stack and Nonempty definitions, temporarily remove filter
    • Define <**>, <***>, <****> methods for Applicative to compact expressions
    • ๐Ÿ”„ Change Graph definition
    • ๐Ÿ“‡ Rename ask to env method of Environmental datatype
    • Introduce >< type operator to separate functors from its arguments
    • Define Determinable typeclass and define its instance for Predicate
    • Define curry and uncurry for Product datatype
    • Flip arguments of statefully method of Stateful datatype
    • Exclude inner effects from Environmental, Storage and Stateful datatypes