Skip to content

Allow qualified names in COMPLETE pragmas

sheaf requested to merge sheaf/ghc:T20551 into master

The parser didn't allow qualified constructor names to appear in COMPLETE pragmas. A simple change fixes that.

Merge request reports