Skip to content

EPA: get rid of glRR and friends in GHC/Parser.y

Alan Zimmerman requested to merge wip/az/epa-remove-glrr-et-al into master

With the HasLoc and HasAnnotation classes, we can replace a number of type-specific helper functions in the parser with polymorphic ones instead.

Merge request reports