[project @ 1997-12-16 17:15:04 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
index 38e9a9d..0e9eddd 100644 (file)
@@ -1,7 +1,7 @@
  
-tcfail005.hs:3: Couldn't match the type `(,) taU7' against `[]'
-    Expected: `(taU7, taU9)'
-    Inferred: `[taU3]'
+tcfail005.hs:3: Couldn't match the type `(,) taTu' against `[]'
+    Expected: `(taTu, taTw)'
+    Inferred: `[taTq]'
     In a pattern binding: `(h : i) = (1, ('a'))'
 
 Compilation had errors