blob: c632d6eb64ada47ab625f91f8d3390dbba7bbeca (
plain)
1
2
3
4
5
6
|
NestedNamedExtraConstraintsWildcard.hs:4:23: error:
Named wildcard ‘_a’ not allowed in a constraint
Extra-constraint wildcards must be anonymous
e.g f :: (Eq a, _) => blah
in the type signature for ‘foo’
|