Changelog for first-class-families-0.7.0.0
0.7.0.0
- Add
Unfoldr,Concat,ConcatMap,Replicate,Take,Drop,TakeWhile,DropWhile,ReversetoData.List. (gspia) - Change
Elem,Lookup,Zipto bedatainstead oftypesynonyms. - Fix performance of
FilterandFind.
0.6.0.0
- Add
Fcf.Utils.Caseand(Fcf.Combinators.>>=)(TheMatten) - Deprecate
Fcf.Bool.Guarded - GHC 8.8 compatibility
0.5.0.0
-
Modularized library
-
Fcf.Utils:- Add
TError - Rename
CollapsetoConstraints
- Add
-
Fcf.Data.List: AddedCons,Last,Init,Elem
0.4.0.0
-
New functions (blmage)
LiftM,LiftM2,LiftM3(<=),(>=),(<),(>)Guarded,Guard((:=)),Otherwise
0.3.0.1
- GHC 8.6 compatibility
0.3.0.0
- More new functions, (isovector)
0.2.0.0
- A whole bunch of basic functions (isovector)
- Remove
Traverse(nowMap),BimapPair,BimapEither(nowBimap)
0.1.0.0
Initial version