summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T18646.stderr
blob: 0a9a56e231b1e55a6fce4dbd5711080f53d110de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

T18646.hs:9:17: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
    • Found extra-constraints wildcard standing for ‘Applicative f’
      Where: ‘f’ is a rigid type variable bound by
               the inferred type of bar :: (Foo (), Applicative f) => f ()
               at T18646.hs:9:1-26
    • In the type signature: bar :: (Foo (), _) => f ()

T18646.hs:12:18: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
    • Found extra-constraints wildcard standing for ‘Applicative f’
      Where: ‘f’ is a rigid type variable bound by
               the inferred type of marie :: (Foo x, Applicative f) => f x
               at T18646.hs:12:1-26
    • In the type signature: marie :: (Foo x, _) => f x

T18646.hs:15:9: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
    • Found extra-constraints wildcard standing for
        ‘(Applicative f, Foo x)’
      Where: ‘f’, ‘x’ are rigid type variables bound by
               the inferred type of anne :: (Applicative f, Foo x) => f x
               at T18646.hs:15:1-16
    • In the type signature: anne :: _ => f x