John Meacham wrote:
On Thu, Feb 23, 2006 at 10:40:31AM +, Malcolm Wallace wrote:
What I would really like is a syntax to statically construct an array,
without having to compute it from a list.
This is exactly what my ForeignData proposal on the haskell-prime wiki
is meant to address [...
Hi all,
1/
I'd like to know how can I implement an interactive program (an editor) in haskell where some "things" have to be updated.
The "things" can be text in a word processor, or a pixel array in a 2d graphics editor, and so on.
Have I to pass the state (the "things") explicitely in the argum