Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Nested block comments are elided #1254

Open
@sjakobi

Description

@sjakobi

For example, in these haddocks, the following bit within a haddock {-|--}-comment,

For example,

> { {- A -} x {- B -} : {- C -} T }

... or

> { {- A -} x {- B -} = {- C -} T }

will be instantiated as follows:

…is rendered like this:

For example,

{ x : T }
... or

{ x = T }

The nested block comments like {- A -} and {- B -} are missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug:parserBugs related to the parser

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions