ghc-exactprint-0.4.0.0: tests/examples/AddLocalDecl6.hs.expected
module AddLocalDecl6 where
foo [] = 1 -- comment 0
where
x = 3
foo xs = 2 -- comment 1
bar [] = 1 -- comment 2
where
x = 3
bar xs = 2 -- comment 3
module AddLocalDecl6 where
foo [] = 1 -- comment 0
where
x = 3
foo xs = 2 -- comment 1
bar [] = 1 -- comment 2
where
x = 3
bar xs = 2 -- comment 3