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