summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T11016.stderr
blob: 04ff608627f0414779dea76366f61dbcd7a1a27f (plain)
1
2
3
4
5
6
7
8
9
10
11

T11016.hs:5:19: warning: [-Wpartial-type-signatures]
    Found constraint wildcard ‘_’ standing for ‘()’
    In the type signature:
      f1 :: (?x :: Int, _) => Int

T11016.hs:8:22: warning: [-Wpartial-type-signatures]
    • Found type wildcard ‘_’ standing for ‘Int’
    • In the type signature:
        f2 :: (?x :: Int) => _
    • Relevant bindings include f2 :: Int (bound at T11016.hs:9:1)