summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA029.hs
blob: 2615e555f17c43df44469247a5ed2f412177a62c (plain)
1
2
3
4
5
module ShouldCompile where

data A 
  -- | A comment that documents the first constructor
  = A | B | C | D