summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail029.stderr
blob: cf83c561b91df2c4a7e99e58a27f4c73241e5147 (plain)
1
2
3
4
5
6
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