blob: 9bba4ecb146f0d79fa7a591cb970948fbc6af6e2 (
plain)
1
2
3
4
5
6
|
NestedExtraConstraintsWildcard.hs:4:23: 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’
|