summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T14643a.stderr
blob: 1514ac92ed1213a658c2d935100a5f800ae207db (plain)
1
2
3
4
5
6
7
8

T14643a.hs:5:14: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘()’
    • In the type signature: af :: (Num a, _) => a -> a

T14643a.hs:8:14: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘()’
    • In the type signature: ag :: (Num a, _) => a -> a