[GHC] #15269: Qualified Names in --show-iface output
GHC
ghc-devs at haskell.org
Wed Jun 13 16:19:08 UTC 2018
#15269: Qualified Names in --show-iface output
-------------------------------------+-------------------------------------
Reporter: sjakobi | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: 8.8.1
Component: Compiler | Version: 8.4.3
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):
It would help me to understand what you are proposing if you could give an
example of what you currently get with `--show-iface` and what you'd like
to get instead.
Also, is it really best to work from a textual dump? You could instead
use the GHC API to load the .hi file into memory, and interrogate it
directly, perhaps?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15269#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list