[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail004.stderr
index c292567..06b0465 100644 (file)
@@ -1,7 +1,9 @@
  
-tcfail004.hs:3: Couldn't match the type `(,,) taUg' against `(,)'
-    Expected: `(taUg, taUi, taUk)'
-    Inferred: `(taUa, taUd)'
-    In a pattern binding: `(f, g) = (1, 2, 3)'
+tcfail004.hs:3:
+    Couldn't match the type `(aWn, aWp, aWr)' against `(aWi, aWl)'
+       Expected: (aWn, aWp, aWr)
+       Inferred: (aWh, aWk)
+       In a pattern binding: (f, g) = (1, 2, 3)
+
 
 Compilation had errors