progs/lecture2.scala
changeset 39 c6fe374a5fca
parent 37 38f3868891f0
child 51 0e60e6c24b99
equal deleted inserted replaced
38:2c96963b2e5c 39:c6fe374a5fca
     1 // sudoku
     1 // sudoku
     2 // some none
     2 // some none
     3 // pattern matching
     3 // pattern matching
     4 
     4 
       
     5 //type abbreviations
       
     6 type Pos = (int, Int)
       
     7 
       
     8 //sorting, higher-order functions
       
     9 //lexicographic ordering
     5 
    10 
     6 
    11 
     7 // Implicits
    12 // Implicits
     8 //===========
    13 //===========
     9 //
    14 //