Skip to content

EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDecl

Alan Zimmerman requested to merge wip/az/20452-duplicate-parens-epa into master

For the code

data Proxy (a :: k) = Proxy

the parser inserts a duplicate AnnOpenP EPA for the opening paren, and likewise for the closing.

The one set is on the DataDecl, the other on KindedTyVar.

Closes #20452 (closed)

Merge request reports