packages feed

ghc-exactprint-0.3: tests/examples/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