[GHC] #4372: Extending quasiquotation support
GHC
ghc-devs at haskell.org
Fri Feb 27 03:43:12 UTC 2015
#4372: Extending quasiquotation support
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.12.1
Component: Template Haskell | Version: 6.12.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by songzh):
Replying to [comment:18 simonpj]:
> I'm not against this if someone wants to
> * Write a wiki page explaining the feature
> * Drive a discussion to refine any corners of the design; it's mainly a
syntax question I think.
> * Implement a patch on Phabricator; including user manual documentation
and some tests.
>
> > Another problem is that I suppose that the 4 quoters t, p, e, d are
implemented in the layer of syntax
>
> I'm afraid I did not understand this part of your comment. Maybe it's a
separate issue?
> Simon
It is not an issue, only a design decision. I was excepting
{{{
> :t e
e :: QuasiQuoter
}}}
but it is actually syntax. A little bit surprised.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4372#comment:21>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list