2007/7/15, Chaddaï Fouché <[EMAIL PROTECTED]>:
Well, I see, it is indeed very complex requirement...
Maybe you could do the very complex following operation to at least
test the speed of this implementation : let lastPrime = primes !!
17983


Or if you really want a function with your requirement, maybe you
could take the painful steps needed to write :
let numberOfPrimes = length $ takeWhile (< 200000) primes
?
--
Jedaï
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to