Changes between Version 1 and Version 2 of BigIdeas/Collections
- Timestamp:
- Dec 19, 2017, 10:01:15 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BigIdeas/Collections
v1 v2 9 9 The second point is that ''a single element'' is also a collection - there is no principal difference how many elements a collection could contain - ''zero, one or more''. 10 10 11 The implication is that one could [wiki:/Functions/Map map], [wiki:/Functions/Filter filter], [wiki:/Functions/Fold fold] or [wiki:/Functions/Flatten flatten] an ''empty collection'', or a ''single element''.11 The implication is that one could [wiki:/Functions/Map map], [wiki:/Functions/Filter filter], [wiki:/Functions/Foldr foldr] or [wiki:/Functions/Flatten flatten] an ''empty collection'', or a ''single element''. 12 12 13 13 == Ordered ==