[GHC] #8397: reify annotations in TH
GHC
ghc-devs at haskell.org
Tue Oct 22 10:02:18 UTC 2013
#8397: reify annotations in TH
-------------------------------+-------------------------------------------
Reporter: errge | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 7.8.1
Component: Compiler | Version: 7.6.3
Resolution: fixed | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Easy (less than 1 hour)
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: 7867 |
-------------------------------+-------------------------------------------
Comment (by simonpj):
It would be better to conduct this conversation on `ghc-devs` but I don't
know your email address, and I don't know if you are on `ghc-devs`, so
I'll continue here. Maybe you can reply on `ghc-devs`.
Thanks for the wiki page. I've had a look. What's missing is the actual
design proposal itself! I have made some minor edits, leaving a blank
section for you to fill in. Think of it from the point of view of a
programmer... what do they need to know? Perhaps show how the new API
lets you implement the stuff you want.
As to details, I'm really not sure that we need both `qReifyImports` and
`qReifyModule`. Can't we just use `qReifyModule` to get the imports of
the current module?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8397#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list