summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA015.stderr
blob: 3bfc17d811c9f5ceecdf1a941958e13b2a8e2642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

==================== Parser ====================
 a header
module HeaderTest where
<document comment>
x = 0
<document comment>
y = 1
<document comment>
main = print x
<document comment>
z = 0