On Tue, Dec 2, 2008 at 1:58 PM, Balazs Komuves
<bkomuves@gmail.com> wrote:
Dear All,
I'm trying to get my hands wet with the reactive library,
but already the simplest example I cooked up is failing
to work properly (and leaks memory, and uses relatively
lots of cpu time).
The problem appears when I try to merge my two events
with `mappend`. One event should exit on pressing ESC,
the other draws colored circles on pressing the left mouse
button. They work correctly separately.
Could somebody explain me what's happening, or
whether I'm making a basic mistake?
The code is below, I hope the formatting survives the
various email systems. I don't know if that matters or
not, but I'm using OS X.
Thanks,
Balazs