[project @ 1999-02-09 10:12:24 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail005.stderr
index f2c2741..7ed8275 100644 (file)
@@ -1,10 +1,11 @@
+
 tcfail005.hs:3:
-    Couldn't match `[t]' against `(_116, _1161)'
+    Couldn't match `[t]' against `(t1, t2)'
        Expected type: [t]
-       Inferred type: (_116, _1161)
+       Inferred type: (t1, t2)
     In the right-hand side of a pattern binding: (1, 'a')
 
 
+
 Compilation had errors