summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/FailDueToGivenOverlapping.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/FailDueToGivenOverlapping.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/FailDueToGivenOverlapping.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_fail/FailDueToGivenOverlapping.stderr b/testsuite/tests/typecheck/should_fail/FailDueToGivenOverlapping.stderr
index 74e0bc7341..5ccc035c76 100644
--- a/testsuite/tests/typecheck/should_fail/FailDueToGivenOverlapping.stderr
+++ b/testsuite/tests/typecheck/should_fail/FailDueToGivenOverlapping.stderr
@@ -1,12 +1,12 @@
FailDueToGivenOverlapping.hs:27:9:
- Overlapping instances for E [t0] arising from a use of ‛eop’
+ Overlapping instances for E [t0] arising from a use of ‘eop’
Matching givens (or their superclasses):
(E [Int])
bound by the type signature for bar :: E [Int] => () -> ()
at FailDueToGivenOverlapping.hs:26:8-26
Matching instances:
instance E [a] -- Defined at FailDueToGivenOverlapping.hs:21:10
- (The choice depends on the instantiation of ‛t0’)
+ (The choice depends on the instantiation of ‘t0’)
In the expression: eop [undefined]
- In an equation for ‛bar’: bar _ = eop [undefined]
+ In an equation for ‘bar’: bar _ = eop [undefined]