Skip to content

Haddock: support strict GADT args with docs

Alec Theriault requested to merge harpocrates/ghc:T16585 into master

Rather than massaging the output of the parser to re-arrange docs and bangs, it is simpler to patch the two places in which the strictness info is needed (to accept that the HsBangTy may be inside an HsDocTy).

Fixes #16585 (closed).

Merge request reports