#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  |  
---------------------+------------------------------------------------------
Comment (by igloo):

 The definition is just
 {{{
 {-# INLINE smallInteger #-}
 smallInteger :: Int# -> Integer
 smallInteger i = S# i
 }}}
 so there should be no difference when compiling.

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