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

NamedExtraConstraintsWildcard.hs:4:15:
    Invalid partial type: (Eq a, _a) => a -> a
    An extra-constraints wild card cannot be named
    In the type signature for ‘foo’