[project @ 2000-08-17 11:24:49 by rrt]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
index 9d0fbc3..258e41d 100644 (file)
@@ -1,9 +1,9 @@
-tcfail005.hs:3: Couldn't match the type
-                   `PrelBase.[]' against `PrelTup.(,) taR8'
-    Expected: `[taR4]'
-    Inferred: `(taR8, PrelBase.Char)'
-    In a pattern binding: `(h PrelBase.: 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
+