first-class-families v0.7.0.0 Release Notes

Release Date: 2020-01-30 // about 4 years ago
    • โž• Add Unfoldr, Concat, ConcatMap, Replicate, Take, Drop, TakeWhile, DropWhile, Reverse to Data.List. (thanks to gspia)
    • ๐Ÿ”„ Change Elem, Lookup, Zip to be data instead of type synonyms.
    • ๐Ÿ›  Fix performance of Filter and Find.