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

module T16221a where

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