summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail157.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail157.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail157.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail157.stderr b/testsuite/tests/typecheck/should_fail/tcfail157.stderr
index 523d118985..acdc7df8cf 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail157.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail157.stderr
@@ -1,12 +1,12 @@
tcfail157.hs:27:10:
- Variable ‛b’ occurs more often than in the instance head
+ Variable ‘b’ occurs more often than in the instance head
in the constraint: E m a b
(Use UndecidableInstances to permit this)
- In the instance declaration for ‛Foo m (a -> ())’
+ In the instance declaration for ‘Foo m (a -> ())’
tcfail157.hs:27:10:
- Variable ‛b’ occurs more often than in the instance head
+ Variable ‘b’ occurs more often than in the instance head
in the constraint: Foo m b
(Use UndecidableInstances to permit this)
- In the instance declaration for ‛Foo m (a -> ())’
+ In the instance declaration for ‘Foo m (a -> ())’