[GHC] #1541: No way at all to set fixity for infix operators
defined in template haskell
GHC
trac at galois.com
Tue Jul 17 00:15:48 EDT 2007
#1541: No way at all to set fixity for infix operators defined in template haskell
---------------------------------+------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Template Haskell | Version: 6.6.1
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Multiple | Testcase:
Architecture: Multiple |
---------------------------------+------------------------------------------
Changes (by guest):
* component: Compiler => Template Haskell
* summary: No way to set build fixity declarations in template haskell
=> No way at all to set fixity for infix
operators defined in template haskell
Comment:
There is no way at all to give a fixity to an infix operation defined in
template Haskell.
They aren't in scope in the module itself at the time infix* declarations
are parsed.
They aren't considered in scope and thus available for changing fixity in
other modules.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1541>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list