#3325: ghci debugger sometime doesn't notice that Integers are Integers
-------------------------------+--------------------------------------------
Reporter: igloo | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.12.1
Component: GHCi | Version: 6.11
Severity: normal | Keywords:
Difficulty: Unknown | Testcase: 2740, break001, break006,
break026, hist001, print003, print005, print006, print010, print012, print014
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-------------------------------+--------------------------------------------
The ghci debugger sometime doesn't notice that Integers are Integers.
For example:
{{{
--- ./ghci.debugger/scripts/2740.stdout.normalised 2009-06-23
12:52:07.000000000 +0100
+++ ./ghci.debugger/scripts/2740.run.stdout.normalised 2009-06-23
12:52:07.000000000 +0100
@@ -6,5 +6,5 @@
y :: a = _
x = (_t1::a)
y = (_t2::a)
-x = 1
-y = 2
+x = GHC.Integer.GMP.Internals.S# 1
+y = GHC.Integer.GMP.Internals.S# 2
*** unexpected failure for 2740(ghci)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3325>
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