blob: 8791cf6d6af34fddc2deb0490de721a9b30ab908 (
plain)
1
2
3
4
5
6
7
8
|
T14643a.hs:5:14: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
• Found extra-constraints wildcard standing for ‘() :: Constraint’
• In the type signature: af :: (Num a, _) => a -> a
T14643a.hs:8:14: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
• Found extra-constraints wildcard standing for ‘() :: Constraint’
• In the type signature: ag :: (Num a, _) => a -> a
|