summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA032.stderr
blob: 2b0e4d24af7941cbbc08f610271caf4736143da6 (plain)
1
2
3
4
5
6
7
8
9
10

==================== Parser ====================
module ShouldCompile where
data R a
    = R {field1 :: a,
	 field2 :: a <document comment>,
	 field3 :: a <document comment>,
	 field4 :: a <document comment>}