[GHC] #13054: Generating unique names with template haskell
GHC
ghc-devs at haskell.org
Thu Jul 27 14:35:34 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 RyanGlScott):
Replying to [comment:10 simonpj]:
> I think the `RdrName`s generated by `newName` are `Exact`, right? Not
`Unqual`. Maybe the renamer should not complain about collisions between
`Exact` top-level names.
No, they are unqualified. See
https://git.haskell.org/ghc.git/blob/791947db6db32ef7d4772a821a0823e558e3c05b:/compiler/typecheck/TcSplice.hs#l835
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13054#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list