[Haskell-cafe] Lazy Lists and IO

Chaddaï Fouché chaddai.fouche at gmail.com
Wed Jul 11 16:47:37 EDT 2007


There is already many thing in standard library. The balance is important.
You can write :
longerThan n = (> n) . length . take (n+1)
and it isn't so current a need that you want it into a library that
already has many functions.

-- 
Jedaï


More information about the Haskell-Cafe mailing list