[Haskell-cafe] Barrier implementation

Marcin Tustin mm3 at zepler.net
Fri Dec 16 13:07:31 EST 2005


On Fri, Dec 16, 2005 at 07:02:03PM +0100, Lemmih wrote:
> On 12/16/05, Marcin Tustin <mm3 at zepler.net> wrote:
> > On Fri, Dec 16, 2005 at 06:51:12PM +0100, Lemmih wrote:
> > > On 12/16/05, Peter Eriksen <s022018 at student.dtu.dk> 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


More information about the Haskell-Cafe mailing list