1 2 3 4 5 6 7
{-# LANGUAGE GADTs, DataKinds, PolyKinds, EmptyDataDecls #-} module T16263 where import Data.Kind data Q :: Eq a => Type where {}