ghc-exactprint-0.5.7.0: tests/examples/ghc86/T11142.hs
{-# LANGUAGE TypeInType, RankNTypes #-}
module T11142 where
import Data.Kind
data SameKind :: k -> k -> Type
foo :: forall b. (forall k (a :: k). SameKind a b) -> ()
foo = undefined
{-# LANGUAGE TypeInType, RankNTypes #-}
module T11142 where
import Data.Kind
data SameKind :: k -> k -> Type
foo :: forall b. (forall k (a :: k). SameKind a b) -> ()
foo = undefined