[project @ 2000-08-17 11:24:49 by rrt]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
index 831d452..258e41d 100644 (file)
@@ -1,9 +1,9 @@
-tcfail005.hs:3:
-    Couldn't match the type `(aVB, aVD)' against `[aVx]'
-       Expected: (aVB, aVD)
-       Inferred: [aVx]
-       In a pattern binding: (h : i) = (1, ('a'))
 
+tcfail005.hs:3:
+    Couldn't match `[t]' against `(t1, t2)'
+       Expected type: [t]
+       Inferred type: (t1, t2)
+    In the right-hand side of a pattern binding: (1, 'a')
 
 Compilation had errors
+