summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T19564c.stderr
blob: ca5a0279ef76ed20f3bf54abacd487a09c978315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

T19564c.hs:9:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type Id :: * -> *

T19564c.hs:13:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type Alt :: (* -> *) -> Constraint

T19564c.hs:17:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type Arr :: * -> * -> *

T19564c.hs:18:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type B :: *

T19564c.hs:21:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type YesNo :: *

T19564c.hs:22:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type V2 :: * -> *

T19564c.hs:25:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type Free :: (* -> *) -> * -> *

T19564c.hs:30:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type D1 :: * -> *

T19564c.hs:33:1: warning: [GHC-38417] [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type C :: * -> Constraint