All Versions
3
Latest Version
Avg Release Cycle
2 days
Latest Release
1430 days ago

Changelog History

  • v0.1.1 Changes

    May 27, 2020
    • ➕ 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.
  • v0.1 Changes

    May 26, 2020
    • 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
  • v0.0.1 Changes

    May 23, 2020
    • Included README.
    • ➕ Added Control.Arrow.Square.
    • ✂ Removed use of BlockArguments to support older GHC versions.