#2740: free variable not available in debugger
-------------------------+--------------------------------------------------
    Reporter:  phercek   |        Owner:        
        Type:  bug       |       Status:  new   
    Priority:  normal    |    Milestone:        
   Component:  GHCi      |      Version:  6.10.1
    Severity:  normal    |   Resolution:        
    Keywords:  debugger  |     Testcase:        
Architecture:  x86       |           Os:  Linux 
-------------------------+--------------------------------------------------
Changes (by mnislaih):

  * version:  6.8.2 => 6.10.1
  * summary:  free variable not available in debugger, field selection
              function not available in debugger => free
              variable not available in debugger

Comment:

 Hi, thanks a lot for the report.

 The second error message is surely a bug: a free variable is not made
 available.

 On the other hand the first one looks like a legit error: the selector is
 not in the export list of the module, therefore it is not available. Or
 should it be?

 I tested with 6.10 and the behavior is the same.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2740#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to