packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/T9632.hs

{-# LANGUAGE TypeInType #-}

module T9632 where

import Data.Kind

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

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