All Versions
3
Latest Version
Avg Release Cycle
2 days
Latest Release
1032 days ago
Changelog History
Changelog History
-
v0.1.1 Changes
May 27, 2020- ➕ Added
fromRight2
,fromLeft2
,toRight2
andtoLeft2
toData.Square
. - ➕ Added
any
,all
andafoldMap
toData.Foldable.Square
. - ➕ Added
mapAccumL
andmapAccumR
toData.Traversable.Square
. - ➕ Added
fromBiff
andtoBiff
toData.Profunctor.Square
.
- ➕ Added
-
v0.1 Changes
May 26, 2020mkSquare
works for all functions of the right shape- ➕ Added
runSquare
, the inverse ofmkSquare
. - ➕ 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.