summaryrefslogtreecommitdiff
path: root/utils/check-exact/cases/AddLocalDecl3.expected.hs
blob: deaf1e7cb84bc8002c01324033dfc4ff50700ed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module AddLocalDecl3 where

-- |This is a function
foo = x -- comment 0
  where p = 2 -- comment 1
        nn = 2
 -- comment f

-- |Another fun
bar = a -- comment 2
  where p = 2 -- comment 3
        nn = 2
 -- comment b