[Haskell-cafe] [reactive] A pong and integrate

Patai Gergely patai_gergely at fastmail.fm
Tue May 18 10:18:51 EDT 2010


> Doesn't SignalGen replace SignalMonad in the experimental branch ? They
> aren't meant to be used together, are they?
Absolutely, they are incompatible, and play the same role in the
respective versions.

> But there is no notion of time, here. So how do I make sure the network
> is updated with the right amount of time?
Time is just an external parameter. You can use the Param version if you
don't want to supply it as an external signal but pass it to the
superstep. Since the system doesn't rely on this type in any way (it's
basically a globally accessible value for the whole network), you are
free to choose whatever structure you want, not just a single Double
value like in the old version.

Gergely

-- 
http://www.fastmail.fm - mmm... Fastmail...



More information about the Haskell-Cafe mailing list