summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail096.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail096.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail096.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail096.stderr b/testsuite/tests/typecheck/should_fail/tcfail096.stderr
new file mode 100644
index 0000000000..c0ac91f6bf
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail096.stderr
@@ -0,0 +1,7 @@
+
+tcfail096.hs:23:10:
+ Functional dependencies conflict between instance declarations:
+ instance Foo (p -> s) (t p) (t s)
+ -- Defined at tcfail096.hs:23:10-38
+ instance Foo ((a, b) -> r) (c a, c b) (c r)
+ -- Defined at tcfail096.hs:24:10-38