1 2 3 4 5
{-# LANGUAGE PolyKinds #-} module T11964a where import Data.Kind type Star = Type newtype T k (t :: k) = T ()