Skip to content

Insert documentation into parsed signature modules

Finley McIlwaine requested to merge wip/t23315 into master

Fixes #23315 (closed)

Insert documentation into parsed signature modules.

Causes haddock comments in signature modules to be properly inserted into the AST (just as they are for regular modules) if the -haddock flag is given.

Also adds a test that compares -ddump-parsed-ast output for a signature module to prevent further regressions.

Merge request reports