ghc-exactprint-1.14.0.0: tests/examples/transform/AddDecl.hs.expected
module AddDecl where
-- Adding a declaration to an existing file
nn = n2
-- | Do foo
foo a b = a + b
-- | Do bar
bar x y = {- baz -} foo (x+y) x
-- end of file
module AddDecl where
-- Adding a declaration to an existing file
nn = n2
-- | Do foo
foo a b = a + b
-- | Do bar
bar x y = {- baz -} foo (x+y) x
-- end of file