hsimport-0.10.0: tests/goldenFiles/ReplaceCppTest2.hs
{-# Language PatternGuards #-}
module Blub
( blub
, foo
, bar
) where
import Ugah.Foo
import Control.Applicative
f :: Int -> Int
f = (+ 3)
g :: Int -> Int
g =
where
{-# Language PatternGuards #-}
module Blub
( blub
, foo
, bar
) where
import Ugah.Foo
import Control.Applicative
f :: Int -> Int
f = (+ 3)
g :: Int -> Int
g =
where