[GHC] #13054: Generating unique names with template haskell
GHC
ghc-devs at haskell.org
Fri Jul 28 08:27:36 UTC 2017
#13054: Generating unique names with template haskell
-------------------------------------+-------------------------------------
Reporter: tim-m89 | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Template Haskell | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
Are you sure? `newName` generate a TH `NameU`; and `Convert.thRdrName`
converts a `NameU` to an `Exact` `RdrName`. No?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13054#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list