packages feed

ghc-exactprint-0.5.7.0: tests/examples/ghc86/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