summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T5051.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T5051.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T5051.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T5051.stderr b/testsuite/tests/typecheck/should_fail/T5051.stderr
index 2dae81062f..f6225ea406 100644
--- a/testsuite/tests/typecheck/should_fail/T5051.stderr
+++ b/testsuite/tests/typecheck/should_fail/T5051.stderr
@@ -1,11 +1,11 @@
T5051.hs:11:11:
- Overlapping instances for Eq [a] arising from a use of ‛>=’
+ Overlapping instances for Eq [a] arising from a use of ‘>=’
Matching instances:
- instance Eq a => Eq [a] -- Defined in ‛GHC.Classes’
+ instance Eq a => Eq [a] -- Defined in ‘GHC.Classes’
instance [overlap ok] Eq [T] -- Defined at T5051.hs:8:10
- (The choice depends on the instantiation of ‛a’
+ (The choice depends on the instantiation of ‘a’
To pick the first instance above, use IncoherentInstances
when compiling the other instance declarations)
In the expression: x >= x
- In an equation for ‛foo’: foo x = x >= x
+ In an equation for ‘foo’: foo x = x >= x