summaryrefslogtreecommitdiff
path: root/test/files/run/bug874.scala
Commit message (Collapse)AuthorAgeFilesLines
* The next batch of tests put up a little more st...Paul Phillips2010-10-021-0/+17
| | | | | | | | | | | | | | The next batch of tests put up a little more struggle, but only a little. See test/pending/pos/unappgadteval.scala (the changes for which were in the previous commit) for an example of a test which might be on to something. Any idea what it would take to get it working? // the key lines case i @ Suc() => { (y: Int) => y + 1 } // a = Int => Int case f @ Lam[b,c](x, e) => { (y: b) => eval(e, env.extend(x, y)) } // a = b=>c No review.
* build target is now 1.5Martin Odersky2008-01-171-22/+0
| | | | | | case classes now generate objects not factory methods. some small cleanups for type inference
* (no commit message)Martin Odersky2007-01-101-0/+22