#2174: :p in GHCi debugger is broken for Integer
-------------------------+--------------------------------------------------
    Reporter:  igloo     |       Owner:             
        Type:  bug       |      Status:  new        
    Priority:  normal    |   Milestone:  6.10 branch
   Component:  Compiler  |     Version:  6.9        
    Severity:  normal    |    Keywords:             
  Difficulty:  Unknown   |    Testcase:             
Architecture:  Unknown   |          Os:  Unknown    
-------------------------+--------------------------------------------------
 `:p` used to do this for Integers:
 {{{
 Prelude> let i = Just (10::Integer)
 Prelude> :p i
 i = Just 10
 }}}
 but it now does this:
 {{{
 Prelude> let i = Just (10::Integer)
 Prelude> :p i
 i = Just (_t1::Integer)
 }}}
 but I can't see an obvious reason why.

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