id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
195,Duplicate documentation on records,DanBurton,,"Haddock has strange behavior for occurrences when you document the same field on different constructors of a record type: it includes all of the documentation every time it displays that field.

Here's one quick example that can reproduce the issue:


{{{
cabal update && cabal unpack QuickCheck-2.4.2 && cd QuickCheck-2.4.2 && cabal configure && cabal haddock && firefox ./dist/doc/html/QuickCheck/Test-QuickCheck.html#t:Result
}}}
",defect,new,major,,2.9.4,,,
