pandora v0.1.8 Release Notes

    • 🚚 Rename T junction scheme to UT and move it to Schemes submodule and remove up method
    • 🚚 Rename Y junction scheme to UTU and move it to Schemes submodule and remove :>: type operator
    • ➕ Add variance type arguments to UT, UTU and TUT schemes
    • 📇 Rename U to TU, UU to TUV, UUU to TUVW and put them into Schemes module
    • Define Composition typeclass and define its instances for TU, TUV, TUVW, UT and UTU
    • Define Transformer typeclass and define its instance for Stateful datatype
    • Replace transform on lay and add equip method in Transformer typeclass
    • Define Covariant, Applicative, Pointable, Bindable and Monad instances for Stateful transformer
    • ✂ Remove :!: type operator
    • Define Composition and Transformer instances for Maybe and Conclusion
    • Define Core, Paradigm and Pattern umbrella modules