ghc-exactprint-0.5.0.0: tests/examples/ghc8/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))