[GHC] #9448: Clarify documentation of a quasi-quoter form

#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

#9448: Clarify documentation of a quasi-quoter form -------------------------------------+------------------------------------- Reporter: sergv | Owner: Type: bug | Status: patch Priority: normal | Milestone: Component: | Version: 7.8.3 Documentation | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 Unknown/Multiple | hour) Type of failure: | Blocked By: Documentation bug | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by rwbarton): * status: new => patch -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9448#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9448: Clarify documentation of a quasi-quoter form
-------------------------------------+-------------------------------------
Reporter: sergv | Owner:
Type: bug | Status: patch
Priority: normal | Milestone:
Component: | Version: 7.8.3
Documentation | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Easy (less than 1
Unknown/Multiple | hour)
Type of failure: | Blocked By:
Documentation bug | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by Simon Peyton Jones

#9448: Clarify documentation of a quasi-quoter form -------------------------------------+------------------------------------- Reporter: sergv | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: | Version: 7.8.3 Documentation | Keywords: Resolution: fixed | Architecture: Unknown/Multiple Operating System: | Difficulty: Easy (less than 1 Unknown/Multiple | hour) Type of failure: | Blocked By: Documentation bug | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by simonpj): * status: patch => closed * resolution: => fixed Comment: Good point. Thank you for the patch. Simon -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9448#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC