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

module SigTvKinds where

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