[GHC] #13608: Expose the type of quasiquotes
GHC
ghc-devs at haskell.org
Mon May 1 00:11:45 UTC 2017
#13608: Expose the type of quasiquotes
-------------------------------------+-------------------------------------
Reporter: | Owner:
facundo.dominguez | facundo.dominguez
Type: bug | Status: new
Priority: normal | Milestone:
Component: Template Haskell | Version: 8.0.1
Resolution: | Keywords: QuasiQuotes
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: 12778 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by rwbarton):
The need to access the type from a finalizer seems a bit roundabout and
restrictive. Of course you can't access the quote's type from within the
expansion of the quasiquote for causality reasons, but what about a type
class and typed quasiquotes?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13608#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list