API: base types with applied type parameters

Compile task: fix detection of classpath changes
Aggressive compiler seems to work on scalaz now
This commit is contained in:
Mark Harrah
2010-01-23 11:52:39 -05:00
parent 5f9f3729d1
commit af288bb199
4 changed files with 37 additions and 7 deletions
-1
View File
@@ -77,7 +77,6 @@ private class SameAPI(a: Source, b: Source)
//println("Comparing \n\t" + show(a) + "\nagainst\n\t" + show(b))
def sameDefs(a: List[Definition], b: List[Definition]): Boolean =
{
println("\t " + a.size + " to " + b.size + "")
a match
{
case adef :: atail =>