summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA031.hs
blob: 2d4b55f659efb1b91c27f0548fd32ef3d97c124f (plain)
1
2
3
4
5
6
module ShouldCompile where

data A 
  = A 
  | {-| comment for B -} forall a. B a a 
  | forall a. Num a => C a {-^ comment for C -}