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