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