bonsai
A library for building dynamic webapps, using Js_of_ocaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package bonsai
-
bonsai
-
-
bonsai.bench
-
bonsai.example_chat_open_source_native
-
bonsai.example_chat_open_source_native_common
-
-
bonsai.extra
-
-
bonsai.focus_ring
-
bonsai.protocol
-
bonsai.tailwind_colors
-
bonsai.test
-
bonsai.test.dot
-
bonsai.web_test
-
bonsai.web_ui_common_components
-
bonsai.web_ui_drag_and_drop
-
bonsai.web_ui_element_size_hooks
-
bonsai.web_ui_file
-
bonsai.web_ui_file_from_web_file
-
bonsai.web_ui_form
-
-
bonsai.web_ui_freeform_multiselect
-
bonsai.web_ui_multi_select
-
-
bonsai.web_ui_query_box
-
bonsai.web_ui_reorderable_list
-
bonsai.web_ui_typeahead
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library bonsai.example_chat_open_source_native_common
val contents : ( t, string ) Fieldslib.Field.t
val author : ( t, string ) Fieldslib.Field.t
val room : ( t, Room.t ) Fieldslib.Field.t
val fold :
init:'acc__0 ->
room:( 'acc__0 -> ( t, Room.t ) Fieldslib.Field.t -> 'acc__1 ) ->
author:( 'acc__1 -> ( t, string ) Fieldslib.Field.t -> 'acc__2 ) ->
contents:( 'acc__2 -> ( t, string ) Fieldslib.Field.t -> 'acc__3 ) ->
'acc__3
val make_creator :
room:
( ( t, Room.t ) Fieldslib.Field.t ->
'acc__0 ->
( 'input__ -> Room.t ) * 'acc__1 ) ->
author:
( ( t, string ) Fieldslib.Field.t ->
'acc__1 ->
( 'input__ -> string ) * 'acc__2 ) ->
contents:
( ( t, string ) Fieldslib.Field.t ->
'acc__2 ->
( 'input__ -> string ) * 'acc__3 ) ->
'acc__0 ->
( 'input__ -> t ) * 'acc__3
val map :
room:( ( t, Room.t ) Fieldslib.Field.t -> Room.t ) ->
author:( ( t, string ) Fieldslib.Field.t -> string ) ->
contents:( ( t, string ) Fieldslib.Field.t -> string ) ->
t
val iter :
room:( ( t, Room.t ) Fieldslib.Field.t -> unit ) ->
author:( ( t, string ) Fieldslib.Field.t -> unit ) ->
contents:( ( t, string ) Fieldslib.Field.t -> unit ) ->
unit
val for_all :
room:( ( t, Room.t ) Fieldslib.Field.t -> bool ) ->
author:( ( t, string ) Fieldslib.Field.t -> bool ) ->
contents:( ( t, string ) Fieldslib.Field.t -> bool ) ->
bool
val exists :
room:( ( t, Room.t ) Fieldslib.Field.t -> bool ) ->
author:( ( t, string ) Fieldslib.Field.t -> bool ) ->
contents:( ( t, string ) Fieldslib.Field.t -> bool ) ->
bool
val to_list :
room:( ( t, Room.t ) Fieldslib.Field.t -> 'elem__ ) ->
author:( ( t, string ) Fieldslib.Field.t -> 'elem__ ) ->
contents:( ( t, string ) Fieldslib.Field.t -> 'elem__ ) ->
'elem__ list
val map_poly :
( [< `Read | `Set_and_create ], t, 'x0 ) Fieldslib.Field.user ->
'x0 list
module Direct : sig ... end
ON THIS PAGE
No table of contents