package incr_dom

  1. Overview
  2. Docs

Source file ui_incr.ml

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

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.