#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
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to