blob: df8da03208227b07eadd4890129fe37901dd67a6 (
plain)
1
2
3
4
5
|
T11515.hs:7:20: error:
• Found extra-constraints wildcard standing for ‘()’
To use the inferred type, enable PartialTypeSignatures
• In the type signature: foo :: (ShowSyn a, _) => a -> String
|