This week we studied more features of Haskell:
Maybe
'case' expressions
higher-order functions
lambda expressions
sections
function composition
curried functions
debugging using Debug.Trace
You can read about these features in chapters 4-6 of the Learn You a Haskell book.