
15 Jul
2007
15 Jul
'07
12:07 a.m.
2007/7/15, Chaddaï Fouché
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ï