summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail019.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail019.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail019.stderr12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail019.stderr b/testsuite/tests/typecheck/should_fail/tcfail019.stderr
new file mode 100644
index 0000000000..0f24d012f6
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail019.stderr
@@ -0,0 +1,12 @@
+
+tcfail019.hs:18:10:
+ No instance for (B [a])
+ arising from the superclasses of an instance declaration
+ Possible fix: add an instance declaration for (B [a])
+ In the instance declaration for `D [a]'
+
+tcfail019.hs:18:10:
+ No instance for (C [a])
+ arising from the superclasses of an instance declaration
+ Possible fix: add an instance declaration for (C [a])
+ In the instance declaration for `D [a]'