[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail069.stderr
index 2606663..ed4c383 100644 (file)
@@ -1,10 +1,11 @@
  
 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 `[t]' against `(_116, _1161)'
+       Expected type: [t]
+       Inferred type: (_116, _1161)
+    In the scrutinee of a case expression: (list1, list2)
+    In the case expression: case (list1, list2) of [] -> error "foo"
 
 
 Compilation had errors
+