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