On Mon, Jun 6, 2011 at 7:55 PM, David Barbour <
dmbarbour@gmail.com> wrote:
> Earlier forms of my reactive demand programming model [1] - before I
> switched to arrows - would qualify. The model has limited side-effects (e.g.
> power a camera on only when someone is observing it) so we cannot use
> branchApplicative. The reactivity requires continuously weaving the two
> branches over time and recombining the results, which is distinct from
> branchMonad.
Oh, very nice, thank you. I'd actually suspected that models of