summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T9632.hs
blob: f78726d035398753e04a9f7c65a090ee2014f2a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE DataKinds, PolyKinds #-}

module T9632 where

import Data.Kind

data B = T | F
data P :: B -> Type

type B' = B
data P' :: B' -> Type