1 2 3 4 5 6 7 8
{-# Language KindSignatures #-} {-# Language PolyKinds #-} module T15881a where import Data.Kind data A n (a :: n) :: a -> Type