summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T15829.hs
blob: ec6f5d135fa20b5a3b3d42e9ecaa0fc3849aba63 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE PolyKinds #-}
module T15829 where

import Data.Kind

data A :: Type -> Type
data B a :: A a -> Type
type C a = B a