#2174: :p in GHCi debugger is broken for Integer
---------------------+------------------------------------------------------
 Reporter:  igloo    |          Owner:             
     Type:  bug      |         Status:  closed     
 Priority:  normal   |      Milestone:  6.10 branch
Component:  GHCi     |        Version:  6.9        
 Severity:  normal   |     Resolution:  fixed      
 Keywords:           |     Difficulty:  Unknown    
 Testcase:           |   Architecture:  Unknown    
       Os:  Unknown  |  
---------------------+------------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 OK, I now understand what's going on. We used to make `S# 10#`, which is
 fully evaluated so got printed. We now make `smallInteger 10#` which is
 not fully evaluated. So the new behaviour seems fine to me. I've updated
 the test accordingly.

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