[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
index 72c88b5..f2c2741 100644 (file)
@@ -1,9 +1,10 @@
  
 tcfail005.hs:3:
-    Couldn't match the type `[a12u]' against `(a12y, a12A)'
-    Expected: [a12u]
-    Inferred: (a12y, a12A)
-    In a pattern binding: (h : i) = (1, ('a'))
+    Couldn't match `[t]' against `(_116, _1161)'
+       Expected type: [t]
+       Inferred type: (_116, _1161)
+    In the right-hand side of a pattern binding: (1, 'a')
 
 
 Compilation had errors
+