#3507: In TH, allow e.g. (type T) rather than ''T
-------------------------------+--------------------------------------------
  Reporter:  igloo             |          Owner:                  
      Type:  feature request   |         Status:  new             
  Priority:  normal            |      Milestone:  6.14.1          
 Component:  Template Haskell  |        Version:  6.10.4          
  Severity:  normal            |       Keywords:                  
Difficulty:  Unknown           |       Testcase:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
-------------------------------+--------------------------------------------
 In Template Haskell, allow (for example):
 {{{
 deriveMyStuff (type T)
 }}}
 with the same meaning as the current:
 {{{
 deriveMyStuff ''T
 }}}

 Discussion here:
 http://www.haskell.org/pipermail/template-
 haskell/2009-September/000735.html

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3507>
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