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

T11016.hs:5:19: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
    • Found extra-constraints wildcard standing for ‘() :: Constraint’
    • In the type signature: f1 :: (?x :: Int, _) => Int

T11016.hs:8:22: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘Int’
    • In the type signature: f2 :: (?x :: Int) => _