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

UnnamedConstraintWildcard1.hs:4:13: 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’