Yes you're right.
I tried to implement sth to answer the original question. Not something I came up with.
Am Samstag 13 März 2010 10:55:59 schrieb Ozgur Akgun:
> Yes, the function fails for [10..30]. But do you ever read theYou probably should have chosen another signature for primes,
> explanations?
>
primes n = primesWRT [2 .. n] []
, to avoid the misunderstandings.