On Fri, Dec 16, 2005 at 07:02:03PM +0100, Lemmih wrote:
> On 12/16/05, Marcin Tustin <[EMAIL PROTECTED]> wrote:
> > On Fri, Dec 16, 2005 at 06:51:12PM +0100, Lemmih wrote:
> > > On 12/16/05, Peter Eriksen <[EMAIL PROTECTED]> 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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to