diff options
author | Jose Pedro Magalhaes <jpm@cs.uu.nl> | 2011-11-15 16:08:09 +0000 |
---|---|---|
committer | Jose Pedro Magalhaes <jpm@cs.uu.nl> | 2011-11-16 20:47:38 +0100 |
commit | 6c094deac50fdc707e9d4d8d3e7e8a5392f58d3d (patch) | |
tree | c0a52d639dab77c55b250d83ff664d59a84d1c07 /testsuite/tests/polykinds/PolyKinds06.stderr | |
parent | ae3b9f91dc3a2d4d4c1b59ad590bca8060f31a4c (diff) | |
download | haskell-6c094deac50fdc707e9d4d8d3e7e8a5392f58d3d.tar.gz |
Add kind polymorphism tests
Diffstat (limited to 'testsuite/tests/polykinds/PolyKinds06.stderr')
-rw-r--r-- | testsuite/tests/polykinds/PolyKinds06.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/PolyKinds06.stderr b/testsuite/tests/polykinds/PolyKinds06.stderr new file mode 100644 index 0000000000..151e636cb1 --- /dev/null +++ b/testsuite/tests/polykinds/PolyKinds06.stderr @@ -0,0 +1,4 @@ + +PolyKinds06.hs:9:11: + Promoted kind `A' used in a mutually recursive group + In the kind `A -> *' |