ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T9858e.hs
{-# LANGUAGE ImpredicativeTypes, FlexibleContexts #-}
module T9858e where
import Data.Typeable
i :: (Typeable a, Typeable b) => Proxy (a b) -> TypeRep
i p = typeRep p
j = i (Proxy :: Proxy (Eq Int => Int))