ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/mkGADTVars.hs
{-# LANGUAGE GADTs, TypeInType #-}
module GADTVars where
import Data.Kind
import Data.Proxy
data T (k1 :: Type) (k2 :: Type) (a :: k2) (b :: k2) where
MkT :: T x1 * (Proxy (y :: x1), z) z