summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA015.stderr
blob: ef37d0897c02443b74c4d314259650e2e4e23521 (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