ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T10942.1.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