summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T16221a.hs
blob: 758faa4643dc04519479c7172d25726a2539446e (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DataKinds, PolyKinds, ExistentialQuantification #-}

module T16221a where

data SameKind :: k -> k -> *
data T2 a = forall k (b :: k). MkT2 (SameKind a b) !Int