
16 Dec
2005
16 Dec
'05
1:07 p.m.
On Fri, Dec 16, 2005 at 07:02:03PM +0100, Lemmih wrote:
On 12/16/05, Marcin Tustin
wrote: On Fri, Dec 16, 2005 at 06:51:12PM +0100, Lemmih wrote:
On 12/16/05, Peter Eriksen
wrote: threadDelay (10*10^6)
10*10^6 == 10e6, btw.
10e7.
Prelude> 10*10^6 == 10e6 True Prelude> 10*10^6 == 10e7 False
10*10^6 == 1.0e7.
Err yes, that's obviously correct. I think I must have misread "10e6" as "1e6", and then added to the superscript. D'oh.
-- Friendly, Lemmih