[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail069.stderr
index 2606663..e8cb82b 100644 (file)
@@ -1,10 +1,10 @@
  
 tcfail069.hs:20:
-    Couldn't match the type `[aF3]' against `(aF7, aF9)'
-    Expected: [aF3]
-    Inferred: (aF7, aF9)
-    In the scrutinee of a case expression: (list1, (list2))
-    In the case expression: case (list1, (list2)) of [] -> error "foo"
+    Couldn't match `[$0]' against `($1, $2)'
+       Expected type: [$0]
+       Inferred type: ($1, $2)
+    In the scrutinee of a case expression: (list1, list2)
+    In the case expression: case (list1, list2) of [] -> error "foo"
 
 
 Compilation had errors