summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail096.stderr-hugs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail096.stderr-hugs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail096.stderr-hugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail096.stderr-hugs b/testsuite/tests/typecheck/should_fail/tcfail096.stderr-hugs
new file mode 100644
index 0000000000..7c3345bb51
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail096.stderr-hugs
@@ -0,0 +1,5 @@
+ERROR "tcfail096.hs":24 - Instances are not consistent with dependencies
+*** This instance : Foo ((a,b) -> c) (d a,d b) (d c)
+*** Conflicts with : Foo (a -> b) (c a) (c b)
+*** For class : Foo a b c
+*** Under dependency : a b -> c