summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/TyVarTvKinds.hs
blob: cdfe1156557f3ba42ecb11a521b933a26b840e8e (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds #-}

module TyVarTvKinds where

data T (a :: k1) x = MkT (S a ())
data S (b :: k2) y = MkS (T b ())
  -- tests GHC.Tc.TyCl.no_sig_tv