summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail154.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail154.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail154.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail154.stderr b/testsuite/tests/typecheck/should_fail/tcfail154.stderr
new file mode 100644
index 0000000000..f8f3d69a4c
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail154.stderr
@@ -0,0 +1,6 @@
+
+tcfail154.hs:12:10:
+ Variable occurs more often in a constraint than in the instance head
+ in the constraint: C a a
+ (Use -XUndecidableInstances to permit this)
+ In the instance declaration for `Eq (T a)'