Closed balat closed 9 years ago
Is that what you want ?
val make_from_signal s =
make_from (React.S.value s) (React.E.map (fun e -> Set e) (React.S.changes s))
Yes exactly. I think it's quite common to use that.
I agree. Especially since the function, while short, is not completely trivial.
I think a function with this type would be useful to make possible to use the old semantics or module R (before ReactiveData).