ghc-exactprint-0.5.3.1: tests/examples/ghc80/T9858b.hs
{-# LANGUAGE ImpredicativeTypes #-}
{-# LANGUAGE FlexibleContexts #-}
module T9858b where
import Data.Typeable
test = typeRep (Proxy :: Proxy (Eq Int => Int))
{-# LANGUAGE ImpredicativeTypes #-}
{-# LANGUAGE FlexibleContexts #-}
module T9858b where
import Data.Typeable
test = typeRep (Proxy :: Proxy (Eq Int => Int))