summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/AddDecl2.expected.hs
blob: 5e134b5234aa9c377bd3729fb564e5e5c68d736a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module AddDecl where

-- Adding a declaration to an existing file

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

-- | Do bar
bar x y = {- baz -} foo (x+y) x

-- end of file

nn = n2