package note

  1. Overview
  2. Docs
On This Page
  1. 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.

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.

OCaml

Innovation. Community. Security.