5 Feb
2007
5 Feb
'07
10:49 p.m.
On 2/5/07, Martin DeMello <martindemello@gmail.com> wrote:
On 2/5/07, Matthew Brecknell <haskell@brecknell.org> wrote:
This is probably what you wanted (untested):
w <- readWords "words" words <- varCreate w
That didn't work, because (as someone on #haskell explained to me) readWords has type IO and the wx actions have type Layout
Okay, I was probably doing something else wrong, because I just tried this again (after changing some other code) and it worked perfectly. martin