
#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