summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail016.stderr-ghc-7.0
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail016.stderr-ghc-7.0')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail016.stderr-ghc-7.08
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail016.stderr-ghc-7.0 b/testsuite/tests/typecheck/should_fail/tcfail016.stderr-ghc-7.0
new file mode 100644
index 0000000000..8d2b960eef
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail016.stderr-ghc-7.0
@@ -0,0 +1,8 @@
+
+tcfail016.hs:9:20:
+ Couldn't match expected type `Expr t0'
+ with actual type `(t0, Expr t0)'
+ Expected type: Expr t0
+ Actual type: AnnExpr t0
+ In the first argument of `g', namely `e1'
+ In the first argument of `(++)', namely `(g e1)'