summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/T14066g.hs
blob: b07a2c36a93e7ea69460fbbfd56fe8ffb00572cf (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE DataKinds, PolyKinds #-}

module T14066g where

import Data.Kind

data SameKind :: k -> k -> Type

data Q a (b :: a) (d :: SameKind c b)