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

UnnamedConstraintWildcard2.hs:4:8: error: [GHC-65507]
    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’