[project @ 1998-04-30 20:31:10 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
index 538ceb3..72c88b5 100644 (file)
@@ -1,8 +1,8 @@
  
 tcfail005.hs:3:
-    Couldn't match the type `[a11U]' against `(a11Y, a120)'
-    Expected: [a11U]
-    Inferred: (a11Y, a120)
+    Couldn't match the type `[a12u]' against `(a12y, a12A)'
+    Expected: [a12u]
+    Inferred: (a12y, a12A)
     In a pattern binding: (h : i) = (1, ('a'))