pandora v0.2.0 Release Notes

    • Define Representable functor typeclass
    • Define Pointable, Applicative, Bindable and Representable instances for ->
    • Define infix Adjoint operators - -| and |-
    • Define Adjoint instance for Stateful and Storage datatypes
    • ๐Ÿ”„ Change Graph definition: from type synonymous to newtype
    • ๐Ÿ“‡ Rename >< to >, :.: to .:, .:. to :.
    • โœ‚ Remove all instances for Junction schemes
    • Define type operators for profunctorish types: ::|:., ::|.: and ::|::
    • Define Divariant (also known as Profunctor) Functor typeclass