[Haskell-cafe] Where's the problem ?

2007-07-04 Thread Rome
Hi everyone, I write a program for fast online multiplication, this means, leading digits are computed first, so this program is able to handle real numbers. My program and Source-Code is available under http://www.romeinf04.de http://www.romeinf04.de but only with german comments, because

Re: [Haskell-cafe] Deadlock in real number multiplication (Was: Where's the problem ?)

2007-07-04 Thread Rome
A friend of mine compiled it under Linux and got: . . . 32779 : 1 1 ---32776-- 0 32780 : 1 0 ---32777-- -1 Main: Ix{Integer}.index: Index (32766) out of range ((0,32765)) If I convert every Integer into Int and use instead of the generic list functions the prelude-list functions,