diff -r 2c96963b2e5c -r c6fe374a5fca progs/lecture2.scala --- a/progs/lecture2.scala Fri Nov 11 16:44:19 2016 +0000 +++ b/progs/lecture2.scala Sat Nov 12 15:20:56 2016 +0000 @@ -2,6 +2,11 @@ // some none // pattern matching +//type abbreviations +type Pos = (int, Int) + +//sorting, higher-order functions +//lexicographic ordering // Implicits