[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 <simonpj@…>): In [changeset:"2aabda1a836a5250c3176e8559a10479214a55f6/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="2aabda1a836a5250c3176e8559a10479214a55f6" Fix quasi-quoter documentation (#9448) }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9448#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#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