summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr b/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
index 255e6513eb..62d1c7820b 100644
--- a/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
+++ b/testsuite/tests/typecheck/should_fail/SilentParametersOverlapping.stderr
@@ -1,13 +1,13 @@
SilentParametersOverlapping.hs:15:9:
- Overlapping instances for C [(t0, t1)] arising from a use of ‛c’
+ Overlapping instances for C [(t0, t1)] arising from a use of ‘c’
Matching givens (or their superclasses):
(C [(a, b)])
bound by the instance declaration
at SilentParametersOverlapping.hs:14:37-45
Matching instances:
instance C [a] -- Defined at SilentParametersOverlapping.hs:11:10
- (The choice depends on the instantiation of ‛t0, t1’)
+ (The choice depends on the instantiation of ‘t0, t1’)
In the expression: c [(undefined, undefined)]
- In an equation for ‛b’: b x = c [(undefined, undefined)]
- In the instance declaration for ‛B [(a, b)]’
+ In an equation for ‘b’: b x = c [(undefined, undefined)]
+ In the instance declaration for ‘B [(a, b)]’