blob: 2574f141f0a4c9aa1563ff0f2e62eac265ba9bf6 (
plain)
1
2
3
4
5
6
|
ExtraConstraintsWildcardTwice.hs:4:10: 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’
|