Ticket #3507 (closed feature request: wontfix)
In TH, allow e.g. (type T) rather than ''T
| Reported by: | igloo | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.4.1 |
| Component: | Template Haskell | Version: | 6.10.4 |
| Keywords: | Cc: | illissius@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
