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

==================== Parser ====================
module Hi where
data Hi
  where
    Hi :: -- | This is a comment on the '()' field of 'Hi'
          () ->
          Int ->
          -- | This is a comment on the 'String' field of 'Hi'
          String ->
          -- | This is a comment on the return type of 'Hi'
          Hi