README
changeset 203 e0420c7b8a19
parent 199 2e13dedd922e
child 228 e1e3e259e9b7
equal deleted inserted replaced
202:3b40cc2a938a 203:e0420c7b8a19
       
     1 scalac -Ydelambdafy:inline -d docdiff.jar docdiff.scala
       
     2 
       
     3 
       
     4 
     1 given two lists, is one a sublist of the other except one
     5 given two lists, is one a sublist of the other except one
     2 element
     6 element
     3 
     7 
     4 check Graham's Haskell book
     8 check Graham's Haskell book
     5 
     9