[GHC] #9448: Clarify documentation of a quasi-quoter form
GHC
ghc-devs at haskell.org
Sat Aug 16 19:19:25 UTC 2014
#9448: Clarify documentation of a quasi-quoter form
-------------------------------------+-------------------------------------
Reporter: sergv | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Documentation | Version: 7.8.3
Keywords: | Operating System:
Architecture: Unknown/Multiple | Unknown/Multiple
Difficulty: Easy (less than 1 | Type of failure:
hour) | Documentation bug
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
According to http://www.haskell.org/ghc/docs/latest/html/users_guide
/template-haskell.html#th-quasiquotation, for quasi-quoter form
{{{#!hs
[quoter| string |]
}}}
The quoter must be the (unqualified) name of an imported quoter.
But according to #5555 ticket, qualified quoters are allowed.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9448>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list