incr_dom
A library for building dynamic webapps, using Js_of_ocaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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