ghc-exactprint-0.5.0.0: tests/examples/transform/AddDecl.hs
module AddDecl where -- Adding a declaration to an existing file -- | Do foo foo a b = a + b -- | Do bar bar x y = foo (x+y) x
module AddDecl where -- Adding a declaration to an existing file -- | Do foo foo a b = a + b -- | Do bar bar x y = foo (x+y) x