[Haskell-cafe] closures with side effects

2006-06-28 Thread tpledger
dkarapet wrote: I have been trying to understand closures in haskell and how they relate to side effects. I have been looking around but all I find are trivial examples with no side effects. Please let me know if you know of any examples. The side effects occur in the context that causes

[Haskell-cafe] closures with side effects

2006-06-26 Thread dkarapet
I have been trying to understand closures in haskell and how they relate to side effects. I have been looking around but all I find are trivial examples with no side effects. Please let me know if you know of any examples. ___ Haskell-Cafe mailing

Re: [Haskell-cafe] closures with side effects

2006-06-26 Thread Jared Updike
I have been trying to understand closures in haskell and how they relate to side effects. I have been looking around but all I find are trivial examples with no side effects. Please let me know if you know of any examples. Bulat what you mean by 'closure'? Perhaps you are refering to