summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail029.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail029.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail029.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail029.stderr b/testsuite/tests/typecheck/should_fail/tcfail029.stderr
new file mode 100644
index 0000000000..cf83c561b9
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail029.stderr
@@ -0,0 +1,7 @@
+
+tcfail029.hs:6:9:
+ No instance for (Ord Foo)
+ arising from a use of `>'
+ Possible fix: add an instance declaration for (Ord Foo)
+ In the expression: x > Bar
+ In an equation for `f': f x = x > Bar