On Sat, 12 Oct 2002 07:59:27 -0400
David Roundy <[EMAIL PROTECTED]> wrote:

> unsafeIO,


to lazily read a directory tree, I found the only way is to use
unsafeInterleaveIO, I hope someone corrects me.

This function is unsafe in the sense that IO is performed at a time
unrelated to the main IO trunk. Keeping this in mind, this behaviour
*might* be what one wants (we are looking for lazy IO at all).

Vincenzo

-- 
First they ignore you, then they laugh at you,
then they fight you, then you win.
[Gandhi]
_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to