summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/TyVarTvKinds.hs
blob: a3a0de3da446797538d14929a4d71abbe88c78fb (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 TcTyClsDecls.no_sig_tv