[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail004.stderr
index 80f2006..a8a9457 100644 (file)
@@ -1,9 +1,10 @@
  
-tcfail004.hs:3: Couldn't match the type
-                   `PrelTup.(,,) taS7' against `PrelTup.(,)'
-    Expected: `(taS7, taS9, taSb)'
-    Inferred: `(taS1, taS4)'
-    In a pattern binding: `(f, g) = (1, 2, 3)'
+tcfail004.hs:3:
+    Couldn't match `(t, _116)' against `(_1161, _1162, _1163)'
+       Expected type: (t, _116)
+       Inferred type: (_1161, _1162, _1163)
+    In the right-hand side of a pattern binding: (1, 2, 3)
 
 
 Compilation had errors
+