ghc-exactprint-0.5.0.0: tests/examples/transform/RmDecl6.hs.expected
module RmDecl6 where
foo a = baz
where
x = 1
y :: Int -> Int -> Int
y a b = undefined
module RmDecl6 where
foo a = baz
where
x = 1
y :: Int -> Int -> Int
y a b = undefined