Ticket #4197 (closed task: fixed)
clarify which names can not be quoted
| Reported by: | maeder | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 7.6.1 |
| Component: | Documentation | Version: | 6.12.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
http://www.haskell.org/ghc/docs/6.12.2/html/users_guide/template-haskell.html#id665813
I suppose a primed identifier like x' or T' can not be quoted, because they would be scanned as character.
Maybe all identifiers containing primes should be disallowed being quoted by one or two leading primes.
In any case, the documentation should match the implementation.
Change History
Note: See
TracTickets for help on using
tickets.
