I am (attempting to) learn Haskell. Note that I am not a student and this is not homework.<BR><BR>I am attempting to implement the sieve of Eratosthenes, and I believe I have the algorithm working.
So I'm trying to learn a little bit of Haskell... I'm a Java drone- I did some SML while studying, but it seems to me that Haskell's non-straightforward numerical types are not the best part to start.