summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T2994.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T2994.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T2994.stderr18
1 files changed, 9 insertions, 9 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T2994.stderr b/testsuite/tests/typecheck/should_fail/T2994.stderr
index 2794cb2afc..83e96b45da 100644
--- a/testsuite/tests/typecheck/should_fail/T2994.stderr
+++ b/testsuite/tests/typecheck/should_fail/T2994.stderr
@@ -1,16 +1,16 @@
T2994.hs:11:10:
- Expecting one more argument to ‛MonadReader Int’
+ Expecting one more argument to ‘MonadReader Int’
Expected a constraint,
- but ‛MonadReader Int’ has kind ‛* -> Constraint’
- In the instance declaration for ‛MonadReader Int’
+ but ‘MonadReader Int’ has kind ‘* -> Constraint’
+ In the instance declaration for ‘MonadReader Int’
T2994.hs:13:23:
- Expecting one more argument to ‛Reader' r’
- The first argument of ‛MonadReader’ should have kind ‛*’,
- but ‛Reader' r’ has kind ‛* -> *’
- In the instance declaration for ‛MonadReader (Reader' r)’
+ Expecting one more argument to ‘Reader' r’
+ The first argument of ‘MonadReader’ should have kind ‘*’,
+ but ‘Reader' r’ has kind ‘* -> *’
+ In the instance declaration for ‘MonadReader (Reader' r)’
T2994.hs:15:10:
- ‛MonadReader’ is applied to too many type arguments
- In the instance declaration for ‛MonadReader r r (Reader' r)’
+ ‘MonadReader’ is applied to too many type arguments
+ In the instance declaration for ‘MonadReader r r (Reader' r)’