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 to Data.List. (thanks to gspia)
    • 🔄 Change Elem, Lookup, Zip to be data instead of type synonyms.
    • 🛠 Fix performance of Filter and Find.