summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA030.hs
blob: 82c3799d1fc6e7dddd2c04a28e4986ca811fc4ad (plain)
1
2
3
4
5
6
7
8
9
10
module ShouldCompile where

data A 
  -- | A comment that documents the first constructor
  = A 
  -- | comment for B 
  | {-^ comment for A -} B 
  -- | comment for C  
  | C 
  | D