Learning Haskell from http://learnyouahaskell.com/
- List
- infinite
- Range
- list Comprehension
- predicate
- Tuple
- how many
- and type
- ~ Interfaces
- Eq
- Ord
- Enum
- Bounded
- Num
- Integral
- Pattern matching
- Where!?
- Let it be
- Case expressions
- few more recursive functions
- take
- replicate
- reverse
- repeat
- zip
- elem
- Quicksort