summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7022.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-07-12 17:50:11 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-07-12 17:50:11 +0100
commit89261ca1fb819072f849620e996ce91395cefe80 (patch)
tree039b5741c0e5bb8c67e7ad2672e8fd26cb94364e /testsuite/tests/polykinds/T7022.hs
parentaab80f88e58e67cc8e1769b0f5bffab20d20c084 (diff)
downloadhaskell-89261ca1fb819072f849620e996ce91395cefe80.tar.gz
Test Trac #7022
Diffstat (limited to 'testsuite/tests/polykinds/T7022.hs')
-rw-r--r--testsuite/tests/polykinds/T7022.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T7022.hs b/testsuite/tests/polykinds/T7022.hs
new file mode 100644
index 0000000000..a21453b6a6
--- /dev/null
+++ b/testsuite/tests/polykinds/T7022.hs
@@ -0,0 +1,9 @@
+{-# LANGUAGE PolyKinds, TypeFamilies, DataKinds, TemplateHaskell #-}
+
+module T7022 where
+
+import T7022a
+
+data family Sing (a :: k)
+
+$( makeSList )