summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/tcrun035.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/tcrun035.stderr')
-rw-r--r--testsuite/tests/typecheck/should_run/tcrun035.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_run/tcrun035.stderr b/testsuite/tests/typecheck/should_run/tcrun035.stderr
new file mode 100644
index 0000000000..67d341883e
--- /dev/null
+++ b/testsuite/tests/typecheck/should_run/tcrun035.stderr
@@ -0,0 +1,9 @@
+
+tcrun035.hs:13:12:
+ Couldn't match expected type `IO a'
+ with actual type `forall (m :: * -> *). Monad m => m a'
+ Expected type: (forall (m :: * -> *). Monad m => m a) -> IO a
+ Actual type: (forall (m :: * -> *). Monad m => m a)
+ -> forall (m :: * -> *). Monad m => m a
+ In the second argument of `(.)', namely `id'
+ In the expression: id . id