Name: Anonymous 2008-02-17 6:34
So I've been learning Haskell for some time, I get some basic and intermediate stuff, some monad basics, but could anyone recommend a good tutorial that explains type system better than YAHT?
mapM_ (print . product . enumFromTo 1 . read) . takeWhile (/= "0") . lines =<< getContents