All Versions
9
Latest Version
Avg Release Cycle
76 days
Latest Release
1119 days ago
Changelog History
Changelog History
-
v0.8.0.0 Changes
March 08, 2020โ Add modules
Fcf.Data.Symbol
(currently just reexportsSymbol
) (thanks to gspia)Fcf.Data.Function
- "Overloaded type families" ("type-level type classes")
Fcf.Class.Ord
Fcf.Class.Monoid
Fcf.Class.Monoid.Types
(which exports just anEndo a
to wrapa -> Exp a
)Fcf.Class.Functor
Fcf.Class.Bifunctor
Fcf.Class.Foldable
โ Add functions in
Fcf.Data.List
:Intersperse
,Intercalate
,Span
,Break
,Tails
,IsPrefixOf
,IsSuffixOf
,IsInfixOf
,Partition
.Generalize
Foldr
,Concat
andConcatMap
to foldable types.โ Remove deprecated
Guarded
,Guard((:=))
,Otherwise
.๐ Deprecate
Fcf.Classes
-
v0.7.0.0 Changes
January 30, 2020- โ Add
Unfoldr
,Concat
,ConcatMap
,Replicate
,Take
,Drop
,TakeWhile
,DropWhile
,Reverse
toData.List
. (thanks to gspia) - ๐ Change
Elem
,Lookup
,Zip
to bedata
instead oftype
synonyms. - ๐ Fix performance of
Filter
andFind
.
- โ Add
-
v0.6.0.0 Changes
September 15, 2019- โ Add
Fcf.Utils.Case
and(Fcf.Combinators.>>=)
(thanks to TheMatten) - ๐ Deprecate
Fcf.Bool.Guarded
- GHC 8.8 compatibility
- โ Add
-
v0.5.0.0 Changes
January 27, 2019Modularized library
Fcf.Utils
:- Add
TError
- Rename
Collapse
toConstraints
- Add
Fcf.Data.List
: AddedCons
,Last
,Init
,Elem
-
v0.4.0.0 Changes
December 30, 2018๐ New functions (thanks to blmage)
LiftM
,LiftM2
,LiftM3
(<=)
,(>=)
,(<)
,(>)
Guarded
,Guard((:=))
,Otherwise
-
v0.3.0.1 Changes
October 01, 2018- GHC 8.6 compatibility
-
v0.3.0.0 Changes
September 28, 2018- More new functions, (thanks to isovector)
-
v0.2.0.0 Changes
September 15, 2018- A whole bunch of basic functions (thanks to isovector)
- โ Remove
Traverse
(nowMap
),BimapPair
,BimapEither
(nowBimap
)
-
v0.1.0.0 Changes
July 11, 2018๐ Initial version