[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail016.stderr
diff --git a/ghc/compiler/tests/typecheck/should_fail/tcfail016.stderr b/ghc/compiler/tests/typecheck/should_fail/tcfail016.stderr
deleted file mode 100644 (file)
index 5688999..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-tcfail016.hs:9: Couldn't match the type
-                   `PrelTup.(,) a{-aX1-}' against `Expr'
-    Expected: `Expr a{-aWV-}'
-    Inferred: `AnnExpr a{-aX1-}'
-    In the first argument of `g', namely
-       `e1'
-    In the first argument of `PrelBase.++', namely
-       (`g' `e1')
-    In an equation for function `g':
-       `g (App e1 e2)
-                  =   (g   e1) PrelBase.++ (g   e2)'
-
-
-Compilation had errors