
31 Jan
2007
31 Jan
'07
12:36 p.m.
Bulat Ziganshin
btw, are you seen http://haskell.org/haskellwiki/Simple_unix_tools ? :)
: This is intended as a beginners tutorial for learning Haskell from a : "Lets just solve things already!" point of view. The examples should : help give a flavour of the beauty and expressiveness of Haskell : programming. : : -- : -- Some unix-like tools written in simple, clean Haskell : -- : -- : : [...] : showln = (++ "\n") . show maybe it should be mentioned in the page that it needs -fno-monomorphism-restriction?