ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T13343.hs
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE PolyKinds #-}
module Bug where
import GHC.Exts
type Bad :: forall v . TYPE v
type Bad @v = (forall (v1 :: RuntimeRep) (a1 :: TYPE v). a1) :: TYPE v
-- Note v /= v1.