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

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