hsimport-0.10.0: tests/goldenFiles/ReplaceCppTest3.hs
{-# Language PatternGuards #-}
module Blub
( f
) where
import Ugah.Foo
import Control.Applicative
f :: Int -> Int
f i = i + 3
{-# Language PatternGuards #-}
module Blub
( f
) where
import Ugah.Foo
import Control.Applicative
f :: Int -> Int
f i = i + 3