summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail047.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail047.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail047.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail047.stderr b/testsuite/tests/typecheck/should_fail/tcfail047.stderr
index b9778baf9b..53eb4defdd 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail047.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail047.stderr
@@ -1,8 +1,8 @@
tcfail047.hs:6:10:
- Illegal instance declaration for ‛A (a, (b, c))’
+ Illegal instance declaration for ‘A (a, (b, c))’
(All instance types must be of the form (T a1 ... an)
where a1 ... an are *distinct type variables*,
and each type variable appears at most once in the instance head.
Use FlexibleInstances if you want to disable this.)
- In the instance declaration for ‛A (a, (b, c))’
+ In the instance declaration for ‘A (a, (b, c))’