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

NestedExtraConstraintsWildcard.hs:4:23: error:
    Wildcard ‘_’ not allowed in a constraint
      except as the last top-level constraint of a type signature
        e.g  f :: (Eq a, _) => blah
      in the type signature for ‘foo’