On Fri, Oct 02, 2009 at 21:52:09 -0700, Conal Elliott wrote:
> I spent some time today tracking down the die-on-restart problem with
> wxHaskell.
Yay!
> I didn't get the the heart of the problem, though I may have gotten close.
> This note records my journey, in the hope that together we can get
I spent some time today tracking down the die-on-restart problem with
wxHaskell.
Here's a simple demo of the problem:
import Graphics.UI.WX
main = io >> io where io = start (frame [] >> return ())
(See
http://sourceforge.net/tracker/?func=detail&atid=536845&aid=1610984&group_id=73133.)