package incr_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

incr_dom-v0.15.0.tar.gz
sha256=e79e64efca79b5def4e636b84225710f982bf5f5dda31fcab8e6b4bfab583d10

doc/incr_dom.ui_incr/Ui_incr/Select/index.html

Module Ui_incr.Select

val select_one : (module Core.Hashable.Common with type t = 'a) -> 'a Incr.t -> ('a -> bool Incr.t) Core.Staged.t
val select_one' : (module Core.Hashable.Common with type t = 'a) -> 'a option Incr.t -> ('a -> bool Incr.t) Core.Staged.t
val select_one_value : (module Core.Hashable.Common with type t = 'a) -> default:'b -> ('a * 'b) Incr.t -> ('a -> 'b Incr.t) Core.Staged.t
val 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
val select_many : (module Core.Hashable.Common with type t = 'a) -> 'a list Incr.t -> ('a -> bool Incr.t) Core.Staged.t
val 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.