summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/NestedExtraConstraintsWildcard.stderr
blob: 1dbe74f0cba55b1eeec976c8eb66024117c56578 (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’