Module Note

Declarative events and signals for OCaml.

Note

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.