[GHC] #7750: Pretty printing of human-readable integers is incorrect
GHC
cvs-ghc at haskell.org
Thu Mar 7 21:19:18 CET 2013
#7750: Pretty printing of human-readable integers is incorrect
-----------------------------+----------------------------------------------
Reporter: parcs | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Blockedby:
Blocking: | Related:
-----------------------------+----------------------------------------------
I noticed this while inspecting the output of simplifier passes:
{{{
*** Float inwards:
Result size of Float inwards
= {terms: 1,47, types: 6,532, coercions: 287}
}}}
`1,47` is printed instead of `1,047`.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7750>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list