ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/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