package incr_dom

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=a3a9ef135edd2039b5e771dfd9461ff2bbae55e2611af0e81c9577898314a76f

doc/src/incr_dom.ui_incr/ui_incr.ml.html

Source file ui_incr.ml

1
2
3
4
5
6
7
8
9
10
open! Core
module Incr = Incremental.Make ()

(* This is the default clock for running clients, but bonsai tests have their
   own separate clocks *)
let clock = Incr.Clock.create ~start:(Time_ns.now ()) ()

include Incr
module Map = Incr_map.Make (Incr)
module Select = Incr_select.Make (Incr)
OCaml

Innovation. Community. Security.