packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/T11142.hs

{-# LANGUAGE TypeInType, RankNTypes #-}

module T11142 where

import Data.Kind

data SameKind :: k -> k -> *

foo :: forall b. (forall k (a :: k). SameKind a b) -> ()
foo = undefined