diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/T14643a.stderr')
-rw-r--r-- | testsuite/tests/partial-sigs/should_compile/T14643a.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T14643a.stderr b/testsuite/tests/partial-sigs/should_compile/T14643a.stderr index 11eab72ebb..1514ac92ed 100644 --- a/testsuite/tests/partial-sigs/should_compile/T14643a.stderr +++ b/testsuite/tests/partial-sigs/should_compile/T14643a.stderr @@ -1,8 +1,8 @@ -T14643a.hs:5:7: warning: [-Wpartial-type-signatures (in -Wdefault)] +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:7: warning: [-Wpartial-type-signatures (in -Wdefault)] +T14643a.hs:8:14: warning: [-Wpartial-type-signatures (in -Wdefault)] • Found type wildcard ‘_’ standing for ‘()’ • In the type signature: ag :: (Num a, _) => a -> a |