blob: fc7ae5a94a84a286240130445b9e7b6cc5c9dd27 (
plain)
1
2
3
4
5
6
7
8
|
ExtraConstraintsWildcardNotEnabled.hs:4:10: error: [GHC-88464]
• Found extra-constraints wildcard standing for ‘Show a’
Where: ‘a’ is a rigid type variable bound by
the inferred type of show' :: Show a => a -> String
at ExtraConstraintsWildcardNotEnabled.hs:4:1-25
To use the inferred type, enable PartialTypeSignatures
• In the type signature: show' :: _ => a -> String
|