first-class-families v0.7.0.0 Release Notes
Release Date: 2020-01-30 // over 4 years ago-
- โ 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