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.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_run/tcrun035.stderr b/testsuite/tests/typecheck/should_run/tcrun035.stderr
index 9c7a3c7488..2eed11d2f3 100644
--- a/testsuite/tests/typecheck/should_run/tcrun035.stderr
+++ b/testsuite/tests/typecheck/should_run/tcrun035.stderr
@@ -1,11 +1,11 @@
tcrun035.hs:13:7:
- Couldn't match type ‛IO a’
- with ‛forall (m :: * -> *). Monad m => m a’
+ 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
Relevant bindings include
foo :: (forall (m :: * -> *). Monad m => m a) -> IO a
(bound at tcrun035.hs:13:1)
In the expression: id . id
- In an equation for ‛foo’: foo = id . id
+ In an equation for ‘foo’: foo = id . id