summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail029.stderr
blob: c31c5869b9f96c37c2b1ef00dc3ac04753d2db1a (plain)
1
2
3
4
5

tcfail029.hs:6:7: error:
    • No instance for (Ord Foo) arising from a use of ‘>’
    • In the expression: x > Bar
      In an equation for ‘f’: f x = x > Bar