packages feed

ghc-exactprint-0.5.0.0: tests/examples/transform/AddDecl.hs.expected

module AddDecl where

nn = n2

-- Adding a declaration to an existing file

-- | Do foo
foo a b = a + b

-- | Do bar
bar x y = foo (x+y) x