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

ExtraConstraintsWildcardTwice.hs:4:10: 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’