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.web_ui_form
include Profunctor.Record_builder
with type 'a profunctor_term := 'a t Bonsai_web.Value.t
val prj : ( 'a, 'a ) profunctor -> 'a t Bonsai_web.Value.t
val inj : 'a t Bonsai_web.Value.t -> ( 'a, 'a ) profunctor
module Bare :
Record_builder.S2 with type ('b, 'a) applicative = ( 'b, 'a ) profunctor
The underlying applicative record builder, which does not perform the contravariant mapping.
val build_for_record :
( 'a, ( _, _ ) Record_builder.Hlist.cons, 'a )
Bare.Make_creator_types.handle_all_fields ->
'a t Bonsai_web.Computation.t
val field :
?group_lists:bool ->
'a t Bonsai_web.Value.t ->
( [ `Read | `Set_and_create ], 'b, 'a ) Base.Field.t_with_perm ->
( 'a * 'c, 'd * 'e, 'b ) Bare.Make_creator_types.accum ->
( ('d * 'e) -> 'a ) * ( 'c, 'd * 'e, 'b ) Bare.Make_creator_types.accum
ON THIS PAGE
No table of contents