Note
Declarative events and signals for OCaml.
XXX. The denotational semantics and notations are not documented yet. But basically they are the same as React's ones.
React
module Step : sig ... end
Update steps.
module Logr : sig ... end
Event and signal changes loggers.
type 'a signal
The type for signals of type 'a
type 'a event
The type for events of type 'a
module E : sig ... end
Events.
module S : sig ... end
Signals.