summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7053.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T7053.hs')
-rw-r--r--testsuite/tests/polykinds/T7053.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/polykinds/T7053.hs b/testsuite/tests/polykinds/T7053.hs
index d45dbadaee..13d45fcfa5 100644
--- a/testsuite/tests/polykinds/T7053.hs
+++ b/testsuite/tests/polykinds/T7053.hs
@@ -2,6 +2,7 @@
module T7053 where
+-- no standalone kind signature
data TypeRep (a :: k) where
TyApp :: TypeRep a -> TypeRep b -> TypeRep (a b)