[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail004.stderr
index 464687e..5325da0 100644 (file)
@@ -1,9 +1,6 @@
-tcfail004.hs:3:
-    Couldn't match `($0, $1)' against `($2, $3, $4)'
-       Expected type: ($0, $1)
-       Inferred type: ($2, $3, $4)
-    In the right-hand side of a pattern binding: (1, 2, 3)
-
 
-Compilation had errors
+tcfail004.hs:3:
+    Couldn't match `(t, t1)' against `(t2, t3, t4)'
+       Expected type: (t, t1)
+       Inferred type: (t2, t3, t4)
+    in a pattern binding: (1, 2, 3)