Re: GHC 5.03 CVS NT2000 Mingw32 - Possible profiling problem in rts/GC.c (or in gmp?)

2002-06-29 Thread Mike Thomas
Title: Message Hi Simon. No worries - I appreciate that it is an enormous job for you guys. As a matter of interest, would the fact that my computer has an AMD K6 CPU rather than an Intel CPU be relevant? Cheers Mike Thomas. - Original Message - From: Simon

More on integer division

2002-06-29 Thread Dylan Thurston
On Fri, Jun 28, 2002 at 03:54:50PM -0400, Dylan Thurston wrote: On Fri, Jun 28, 2002 at 10:24:13AM +0100, Malcolm Wallace wrote: Yes,-5`div`2 == -(5`div`2) == -2 but (-5)`div`2 == -3 Ghc 5.02.2 has the infix priority wrong, and interprets the former as the latter. But more

Retraction

2002-06-29 Thread Dylan Thurston
On Sat, Jun 29, 2002 at 12:23:27PM -0400, Dylan Thurston wrote: After a looking a little more, there seem to be other problems (including errors in my proposed solution). I don't know where the code for quotRem is, but it is also buggy. For instance, Prelude 9 `quotRem` (-5) (-1,4)