diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-26 12:31:55 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-26 12:31:55 +0100 |
commit | 043fddf158aa731c76fd72ed05ea56b739a002bd (patch) | |
tree | 30e988421b580d747064f265506af4a3d732aa74 /testsuite/tests/polykinds/T7328.stderr | |
parent | 126c798418bf9025bde6585e2008102d9c273978 (diff) | |
download | haskell-043fddf158aa731c76fd72ed05ea56b739a002bd.tar.gz |
Test Trac #7328 and #7332
Diffstat (limited to 'testsuite/tests/polykinds/T7328.stderr')
-rw-r--r-- | testsuite/tests/polykinds/T7328.stderr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T7328.stderr b/testsuite/tests/polykinds/T7328.stderr new file mode 100644 index 0000000000..6151c5ae42 --- /dev/null +++ b/testsuite/tests/polykinds/T7328.stderr @@ -0,0 +1,7 @@ + +T7328.hs:8:34: + Kind occurs check + The first argument of `Foo' should have kind `k0', + but `f' has kind `k1 -> k0' + In the type `a ~ f i => Proxy (Foo f)' + In the class declaration for `Foo' |