There was no lecture or tutorial this week.
Our topics for this week include
datatypes
records
derived instances
type synonyms
recursive data structures
To learn these features, please read the following sections of Learn You a Haskell:
8. Making Our Own Types and Typeclasses: Algebraic data types intro, Record syntax, Type parameters, Derived instances, Type synonyms, Recursive data structures