progs/lecture2.scala
changeset 39 c6fe374a5fca
parent 37 38f3868891f0
child 51 0e60e6c24b99
--- 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