summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/T19564c.stderr
blob: 587ea089fca49ec15dca1a33acdbb76bb87150e9 (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: [-Wmissing-kind-signatures]
    Top-level type constructor with no standalone kind signature:
      type Id :: * -> *

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

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

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

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

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

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

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

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