Why is the following not lazy?

2000-08-10 Thread Sengan
I'm writing a program that involves the use of an interaction Monad. However it seems to be insufficiently lazy to provide any interaction. The following code is derived from my original but highly simplified. Why is "works" lazy, but "main" is not? Thanks for any help Sengan module

RE: Why is the following not lazy?

2000-08-10 Thread Sigbjorn Finne
, August 10, 2000 16:54 To: [EMAIL PROTECTED] Subject: Why is the following not lazy? I'm writing a program that involves the use of an interaction Monad. However it seems to be insufficiently lazy to provide any interaction. The following code is derived from my original but highly simplified