1 2 3 4 5 6 7
{-# LANGUAGE KindSignatures #-} module T808 where import Data.Kind (Type) foo :: (Int, Int :: Type) foo = undefined