summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T2247.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T2247.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T2247.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T2247.stderr b/testsuite/tests/typecheck/should_fail/T2247.stderr
index 6a99d541d6..edf4246b46 100644
--- a/testsuite/tests/typecheck/should_fail/T2247.stderr
+++ b/testsuite/tests/typecheck/should_fail/T2247.stderr
@@ -1,7 +1,7 @@
T2247.hs:6:10:
- Illegal instance declaration for ‛FD a b’
- The liberal coverage condition fails in class ‛FD’
- for functional dependency: ‛a -> b’
- Reason: lhs type ‛a’ does not determine rhs type ‛b’
- In the instance declaration for ‛FD a b’
+ Illegal instance declaration for ‘FD a b’
+ The liberal coverage condition fails in class ‘FD’
+ for functional dependency: ‘a -> b’
+ Reason: lhs type ‘a’ does not determine rhs type ‘b’
+ In the instance declaration for ‘FD a b’