summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA030.stderr
blob: 77646a42fb09161878eee5bfe8f0ecd6f6e4c6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

==================== Parser ====================
module ShouldCompile where
data A
  = -- | A comment that documents the first constructor
    A |
    -- | comment for B 
    B |
    -- | comment for C  
    C |
    D



haddockA030.hs:7:5: warning: [GHC-05641] [-Winvalid-haddock]
    Multiple Haddock comments for a single entity are not allowed.
    The extraneous comment will be ignored.