- Definitions
- Types
- values
- functions
- Tests
- Unit Tests
- Property Tests
- Types
- Types and Tests
- Functions have types
- Tests in set
- Ways to improve a function spec:
- more tests
- smaller set
- |A => B| ?
- Functions are mapping
- Application
- dialCode
- isAdult
- compare
- Further content
- algebraic data type: Product / Sum types
- Parametricity: how many implementation of
map
for Option?