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/incr_dom.ui_incr/Ui_incr/Select/index.html

Module Ui_incr.SelectSource

Sourceval select_one : (module Core.Hashable.Common with type t = 'a) -> 'a Incr.t -> ('a -> bool Incr.t) Core.Staged.t
Sourceval select_one' : (module Core.Hashable.Common with type t = 'a) -> 'a option Incr.t -> ('a -> bool Incr.t) Core.Staged.t
Sourceval select_one_value : (module Core.Hashable.Common with type t = 'a) -> default:'b -> ('a * 'b) Incr.t -> ('a -> 'b Incr.t) Core.Staged.t
Sourceval select_one_value' : (module Core.Hashable.Common with type t = 'a) -> default:'b -> ('a * 'b) option Incr.t -> ('a -> 'b Incr.t) Core.Staged.t
Sourceval select_many : (module Core.Hashable.Common with type t = 'a) -> 'a list Incr.t -> ('a -> bool Incr.t) Core.Staged.t
Sourceval select_many_values : (module Core.Hashable.Common with type t = 'a) -> default:'b -> ('a * 'b) list Incr.t -> ('a -> 'b Incr.t) Core.Staged.t
OCaml

Innovation. Community. Security.