summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail040.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail040.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail040.stderr8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail040.stderr b/testsuite/tests/typecheck/should_fail/tcfail040.stderr
new file mode 100644
index 0000000000..8d30ec57a2
--- /dev/null
+++ b/testsuite/tests/typecheck/should_fail/tcfail040.stderr
@@ -0,0 +1,8 @@
+
+tcfail040.hs:19:14:
+ Ambiguous type variable `a0' in the constraint:
+ (ORD a0) arising from a use of `<<'
+ Probable fix: add a type signature that fixes these type variable(s)
+ In the second argument of `(===)', namely `(<<)'
+ In the expression: (<<) === (<<)
+ In an equation for `f': f = (<<) === (<<)