
#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