blob: eb140130316da3b3c57b5cd2eafd9b2d889bb869 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
module AddLocalDecl3 where
-- |This is a function
foo = x -- comment 0
where p = 2 -- comment 1
-- comment f
-- |Another fun
bar = a -- comment 2
where p = 2 -- comment 3
nn = 2
-- comment b
|