ghc-exactprint-1.14.1.0: tests/examples/pre-ghc910/T10935.hs
{-# OPTIONS_GHC -fwarn-monomorphism-restriction #-}
module T10935 where
f x = let y = x+1 in (y,y)
{-# OPTIONS_GHC -fwarn-monomorphism-restriction #-}
module T10935 where
f x = let y = x+1 in (y,y)