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