#2947: infix precedence of backtick functions defined in ghci is not reported by
:info
---------------------------------+------------------------------------------
    Reporter:  EyalLotem         |        Owner:                  
        Type:  bug               |       Status:  new             
    Priority:  normal            |    Milestone:                  
   Component:  GHCi              |      Version:  6.10.1          
    Severity:  normal            |   Resolution:                  
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Changes (by simonpj):

  * difficulty:  => Unknown

Comment:

 Good point.  Based on a quick look at the code, it looks as if we simply
 ignore fixities in `let`-bound definitions in GHCi.

 Fixing this would not be too hard; it's just a question of adding a
 `FixityEnv` to `InteractiveContext` and plumbing it around.  Volunteers?

 Let's also see if anyone else cares.  (An alternative would be simply to
 warn that the fixity is ignored.)

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2947#comment:3>
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