diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-24 09:35:46 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-24 09:35:46 +0100 |
commit | 9ff32503b6cbdbf3cc878b4611d0541a31a77287 (patch) | |
tree | 7ab2220e2e74a424ff5e746a5831b38f41cf72f0 /testsuite/tests/polykinds/T6025.hs | |
parent | 3b84b0a98a2c96726f921a1b10477bf4eee3a4f7 (diff) | |
download | haskell-9ff32503b6cbdbf3cc878b4611d0541a31a77287.tar.gz |
Test Trac #6025
Diffstat (limited to 'testsuite/tests/polykinds/T6025.hs')
-rw-r--r-- | testsuite/tests/polykinds/T6025.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T6025.hs b/testsuite/tests/polykinds/T6025.hs new file mode 100644 index 0000000000..8ed36fe567 --- /dev/null +++ b/testsuite/tests/polykinds/T6025.hs @@ -0,0 +1,5 @@ +module T6025 where + +import T6025a + +other = OTrue |