You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to reac...@haskell.org
I cannot get Reactive to behave. I am trying to write a simple program that feeds events to a function and prints 'DING!' when it receives an event from the function. If the function is id or (join . return), it works correctly. If the function is (>>= return), it consumes all of my RAM and does nothing.
Why? I've spent several days trying to figure this out.