summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/AnnotatedConstraint.stderr
blob: 1dba8266615c642d69d19623067ade30d87aba1d (plain)
1
2
3
4
5
6

AnnotatedConstraint.hs:7:8: error:
    • No instance for ‘Eq (a0 -> a0)’ arising from a use of ‘foo’
        (maybe you haven't applied a function to enough arguments?)
    • In the expression: foo id
      In an equation for ‘test’: test = foo id