[GHC] #9066: Template Haskell cannot splice an infix declaration for a data constructor
GHC
ghc-devs at haskell.org
Sun Nov 2 18:54:55 UTC 2014
#9066: Template Haskell cannot splice an infix declaration for a data constructor
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: goldfire
Type: bug | Status: new
Priority: normal | Milestone:
Component: Template | Version: 7.8.2
Haskell | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Unknown
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets:
None/Unknown |
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by goldfire):
This also fails for type constructors:
{{{
$( [d| type Foo a b = Either a b
infix 5 `Foo` |])
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9066#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list