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.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuite/tests/typecheck/should_run/tcrun035.stderr b/testsuite/tests/typecheck/should_run/tcrun035.stderr
deleted file mode 100644
index c72ef618ab..0000000000
--- a/testsuite/tests/typecheck/should_run/tcrun035.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-
-tcrun035.hs:13:7:
- Couldn't match type ‘IO a’
- with ‘forall (m :: * -> *). Monad m => m a’
- Expected type: (forall (m :: * -> *). Monad m => m a) -> IO a
- Actual type: IO a -> IO a
- In the expression: id . id
- In an equation for ‘foo’: foo = id . id
- Relevant bindings include
- foo :: (forall (m :: * -> *). Monad m => m a) -> IO a
- (bound at tcrun035.hs:13:1)