summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T16728b.stderr
blob: 84d10c1f459e48f94d434097d01c5a6fef5305ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

T16728b.hs:4:22: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘a’
      Where: ‘a’ is a rigid type variable bound by
               the inferred type of g :: a -> a
               at T16728b.hs:4:14
    • In the type ‘a -> _’
      In the type signature: g :: forall a. a -> _

T16728b.hs:4:22: warning: [-Wpartial-type-signatures (in -Wdefault)]
    • Found type wildcard ‘_’ standing for ‘Bool’
    • In the type ‘a -> _’
      In the type signature: h :: forall a. a -> _