19 Oct
2003
19 Oct
'03
1:26 a.m.
On Sun, 19 Oct 2003 02:03:58 +0200 Nick Name <nick.name@inwind.it> wrote:
You have to use unsafeInterleaveIO, wich lazily defers the IO action passed as an argument. Look for this function in your documentation, both hugs and ghc have it.
Got it, thanks. Do you know in what sense it is "unsafe" though? Are there some pitfalls I should be aware of? -- Ben Escoto