summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail223.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail223.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail223.stderr14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail223.stderr b/testsuite/tests/typecheck/should_fail/tcfail223.stderr
index e4a4fcda54..065f6818e5 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail223.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail223.stderr
@@ -1,9 +1,9 @@
tcfail223.hs:10:10: error:
- Could not deduce (Class1 a)
- arising from the superclasses of an instance declaration
- from the context: Class3 a
- bound by the instance declaration at tcfail223.hs:10:10-29
- Possible fix:
- add (Class1 a) to the context of the instance declaration
- In the instance declaration for ‘Class2 a’
+ • Could not deduce ‘Class1 a’
+ arising from the superclasses of an instance declaration
+ from the context: Class3 a
+ bound by the instance declaration at tcfail223.hs:10:10-29
+ Possible fix:
+ add (Class1 a) to the context of the instance declaration
+ • In the instance declaration for ‘Class2 a’