[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail016.stderr
index a08f8a0..196761a 100644 (file)
@@ -1,10 +1,8 @@
  
 tcfail016.hs:9: Couldn't match the type
-                   `PrelTup.(,) taRi' against `Expr'
-    Expected: `Expr taRd'
-    Inferred: `AnnExpr taRi'
-    In the first argument of `g', namely `e1'
-    In the first argument of `PrelBase.++', namely `(g e1)'
+                   `Expr' against `PrelTup.(,) taRx'
+    Expected: `AnnExpr taRx'
+    Inferred: `Expr taRx'
     In an equation for function `g':
        `g (App e1 e2) = (g e1) PrelBase.++ (g e2)'