blob: 1176d4e510ece72e2572f761f529db89c0df5582 (
plain)
1
2
3
4
5
6
|
UnnamedConstraintWildcard1.hs:4:13: error:
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’
|