package incr_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=565264542acb08b61c7f1b63c41a69e5f788c7499b096094573b507163ae180d

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.