summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_compile/saks016.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/saks/should_compile/saks016.hs')
-rw-r--r--testsuite/tests/saks/should_compile/saks016.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/saks/should_compile/saks016.hs b/testsuite/tests/saks/should_compile/saks016.hs
new file mode 100644
index 0000000000..dca8ce7700
--- /dev/null
+++ b/testsuite/tests/saks/should_compile/saks016.hs
@@ -0,0 +1,9 @@
+{-# LANGUAGE StandaloneKindSignatures #-}
+{-# LANGUAGE PolyKinds, RankNTypes #-}
+
+module SAKS_016 where
+
+import Data.Kind (Type)
+
+type T :: forall k. k -> forall j. j -> Type
+data T (x :: hk) (y :: hj)