Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
17517 commits behind the upstream repository.
Ryan Scott's avatar
Ryan Scott authored
Summary:
When converting a `RuleP` to a GHC source `RuleD` during TH
conversion, we were stupidly not double-quoting the name of the rule.
Easily fixed.

Test Plan: make test TEST=T15550

Reviewers: goldfire, bgamari, simonpj

Reviewed By: simonpj

Subscribers: simonpj, rwbarton, carter

GHC Trac Issues: #15550

Differential Revision: https://phabricator.haskell.org/D5090
5e6cf2a9
History