Re: Example for thought
Vincenzo Ciancia <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.gui |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 1 Apr 2003 17:21:33 -0800 (PST) David Sankel <[email protected]> wrote: > > What would a haskell solution look like? In my > opinion this functionality would be very desirable if > not required. If I got you, that problem can be solved in many ways; one of these is the already mentioned "linking" of state variables. Other solutions involve state handling via functions that can be redefinded by the user. Vincenzo