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

UnnamedConstraintWildcard1.hs:4:13:
    Invalid partial type: Show _ => a -> String
    Anonymous wild cards are not allowed in constraints
    In the type signature for ‘foo’