SLIDE 1
Predefined list algorithms
Some classics:
- exists? (Example: Is there a number?)
- all?
(Example: Is everything a number?)
- filter (Example: Select only the numbers)
- map
(Example: Add 1 to every element)
- foldr