[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
index 4b84b4c..f2c2741 100644 (file)
@@ -1,8 +1,10 @@
  
-tcfail005.hs:3: Couldn't match the type
-                   `PrelTup.(,) taRt' against `PrelBase.[]'
-    Expected: `(taRt, taRv)'
-    Inferred: `[taRp]'
-    In a pattern binding: `(h PrelBase.: i) = (1, ('a'))'
+tcfail005.hs:3:
+    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
+