[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail016.stderr
index 8ea4110..e4f622c 100644 (file)
@@ -1,10 +1,10 @@
  
 tcfail016.hs:9:
-    Couldn't match the type `Expr aVI' against `AnnExpr aVO'
-       Expected: AnnExpr aVO
-       Inferred: Expr aVO
-       In the first argument of `g', namely `e1'
-       In the first argument of `++', namely `(g e1)'
+    Couldn't match the type `AnnExpr a12c' against `Expr a125'
+    Expected: Expr a12c
+    Inferred: AnnExpr a12c
+    In the first argument of `g', namely `e1'
+    In the first argument of `++', namely `(g e1)'
 
 
 Compilation had errors