#4197: clarify which names can not be quoted
---------------------------------+------------------------------------------
    Reporter:  maeder            |       Owner:                  
        Type:  task              |      Status:  new             
    Priority:  low               |   Milestone:  7.6.1           
   Component:  Documentation     |     Version:  6.12.3          
    Keywords:                    |          Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
  Difficulty:  Unknown           |    Testcase:                  
   Blockedby:                    |    Blocking:                  
     Related:                    |  
---------------------------------+------------------------------------------
Changes (by simonpj):

  * difficulty:  => Unknown


Comment:

 Actually neither TH nor `PolyKinds` steal 'x or 'T:
  * In a character literal `'x'`, the character literal wins both times.
  * If you have just `'x` all by itself, it's rejected unless you have
 `PolyKinds` or `TemplateHaskell`.

 So the meaning never changes; nothing is stolen.  So I will
  * Remove the `'varid` item from
 http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/syntax-extns.html
 #syntax-stolen algother.
  * I'll add the clarification you suggest to the TH section.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4197#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to