Re: Re[2]: [Haskell-cafe] What's a thread doing / Erlang-style processes / Message passing

2005-12-06 Thread Joel Reymont
Assuming I typed events like that I think I would need a typed sink for them as well. I only have one sink for the events and that is my message queue. I expect users to want User X, User Y, User Z within the same module and that's why I used Dynamic. On Dec 6, 2005, at 4:07 PM, Bulat Zigan

Re[2]: [Haskell-cafe] What's a thread doing / Erlang-style processes / Message passing

2005-12-06 Thread Bulat Ziganshin
Hello Joel, Tuesday, December 06, 2005, 5:12:55 PM, you wrote: >> using "Dynamic" have meaning only if you don't know at compile time >> what >> messsages can be sent. is that really the case? JR> That is correct. I deliver a "scripting library" and users can create JR> messages of their own. c