packages feed

ghc-exactprint-1.14.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