ghc-exactprint-0.5.0.0: tests/examples/ghc710/T10942.hs
-- Let's trick you
{-# LANGUAGE ExplicitForAll #-}
module Test (foo) where
foo :: forall a. a -> a
foo x = x
-- Let's trick you
{-# LANGUAGE ExplicitForAll #-}
module Test (foo) where
foo :: forall a. a -> a
foo x = x