squares v0.1.1 Release Notes

Release Date: 2020-05-27 // almost 4 years ago
    • ➕ Added fromRight2, fromLeft2, toRight2 and toLeft2 to Data.Square.
    • ➕ Added any, all and afoldMap to Data.Foldable.Square.
    • ➕ Added mapAccumL and mapAccumR to Data.Traversable.Square.
    • ➕ Added fromBiff and toBiff to Data.Profunctor.Square.

Previous changes from v0.1

    • mkSquare works for all functions of the right shape
    • ➕ Added runSquare, the inverse of mkSquare.
    • ➕ Added Data.Functor.Square
    • ➕ Added Data.Foldable.Square
    • ➕ Added Data.Distributive.Square
    • ➕ Added Data.Functor.Rep.Square
    • ➕ Added Data.Functor.Adjunction.Square
    • ➕ Added Control.Comonad.Square