Changelog for squares-0.2
Revision history for squares
0.2 -- 2020-07-08
- Added
Data.Functor.Kan.Square.
0.1.1 -- 2020-05-27
- 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.
0.1 -- 2020-05-26
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
0.0.1 -- 2020-05-23
- Included README.
- Added
Control.Arrow.Square.
- Removed use of BlockArguments to support older GHC versions.
0 -- 2020-05-22
- First version. Released on an unsuspecting world.