[project @ 1997-09-22 10:55:42 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
index bbadcad..4b84b4c 100644 (file)
@@ -1,9 +1,8 @@
  
 tcfail005.hs:3: Couldn't match the type
-                   `PrelTup.(,) taRl' against `PrelBase.[]'
-    Expected: `(taRl, taRn)'
-    Inferred: `[taRh]'
+                   `PrelTup.(,) taRt' against `PrelBase.[]'
+    Expected: `(taRt, taRv)'
+    Inferred: `[taRp]'
     In a pattern binding: `(h PrelBase.: i) = (1, ('a'))'
 
-
 Compilation had errors