Notes week of 15 Oct

  • x Ordering data type and compare
  • x Monoid review
  • x Using Monoid for lexicographic comparisons
  • skip newtype to wrap/unwrap types with different type class instances
  • zip and zipWith
  • Laziness and ‘infinite’ data structures

Laziness



Source