Re: Haskell Communities Survey - Second Call for Contributions

2001-10-26 Thread Michael Sperber [Mr. Preprocessor]
> "Bernard" == Bernard James POPE <[EMAIL PROTECTED]> writes: Bernard> Hi all, Bernard> I'm sending this to the whole list because maybe there are others who are Bernard> doing the same thing as me, and so it would be useful to share some Bernard> effort. >> What about a standard AST format

RE: bug in displaying fixed numbers

2001-10-26 Thread Simon Marlow
> I was very surprised when I discovered (writing a bit more complicated > program) that a program like > > > import Numeric ( floatToDigits ) > > print $ showFFloat Nothing 0.01 "" > > enters in to infinite loop. I found that (formatRealFloat FFFixed > Nothing) do not like displaying numbers le