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

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