diff options
Diffstat (limited to 'testsuite/tests/warnings/should_compile/T19564c.stderr')
-rw-r--r-- | testsuite/tests/warnings/should_compile/T19564c.stderr | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_compile/T19564c.stderr b/testsuite/tests/warnings/should_compile/T19564c.stderr new file mode 100644 index 0000000000..587ea089fc --- /dev/null +++ b/testsuite/tests/warnings/should_compile/T19564c.stderr @@ -0,0 +1,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 |