ghc-exactprint-0.5.0.0: tests/examples/transform/LocalDecls.hs
module LocalDecls where
foo a = bar a
where
bar :: Int -> Int
bar x = x + 2
baz = 4
module LocalDecls where
foo a = bar a
where
bar :: Int -> Int
bar x = x + 2
baz = 4