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

==================== Parser ====================
module UnamedConstructorFields where
data A = A
data B = B
data C = C
data Foo = MkFoo A " 'A' has a comment" B C " 'C' has a comment"