id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
152,Missing documentation when there is no signature,tommd,waern,"Take the below code as an example:

{{{
module Test
        ( func
        ) where

-- | An internal value
value = 1

-- |An exported function
func = (+) value
}}}

Notice there is no haddock documentation when the signature for ""func"" is missing!
",defect,closed,major,,2.9.2,fixed,,
