blob: e6c2780537a0e76a94a2cc97393ea42036c0bd01 (
plain)
1
2
3
4
5
6
7
8
|
ExtraConstraintsWildcardNotEnabled.hs:4:10: error:
• Found type 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:5:1-16
To use the inferred type, enable PartialTypeSignatures
• In the type signature: show' :: _ => a -> String
|