Up – Package index » bonsai » Library bonsai.extra » Bonsai_extra » Id_gen » Tablebonsai CHANGES LICENSE README Library bonsai Library bonsai.bench Library bonsai.bonsai_experimental_dagviz Library bonsai.driver Library bonsai.example_chat_open_source_native Library bonsai.example_chat_open_source_native_common Library bonsai.extra Library bonsai.feather_icon Library bonsai.focus_ring Library bonsai.jsoo_weak_collections Library bonsai.kado Library bonsai.ppx_bonsai_expander Library bonsai.protocol Library bonsai.quickcheck Library bonsai.quickcheck_test Library bonsai.tailwind_colors Library bonsai.test Library bonsai.uri_parsing Library bonsai.vdom_node_with_map_children Library bonsai.web Library bonsai.web_test Library bonsai.web_ui_accordion Library bonsai.web_ui_auto_generated Library bonsai.web_ui_common_components Library bonsai.web_ui_drag_and_drop Library bonsai.web_ui_element_size_hooks Library bonsai.web_ui_extendy Library bonsai.web_ui_file Library bonsai.web_ui_file_from_web_file Library bonsai.web_ui_form Library bonsai.web_ui_form_view Library bonsai.web_ui_freeform_multiselect Library bonsai.web_ui_gauge Library bonsai.web_ui_multi_select Library bonsai.web_ui_partial_render_table Library bonsai.web_ui_partial_render_table_protocol Library bonsai.web_ui_popover Library bonsai.web_ui_query_box Library bonsai.web_ui_reorderable_list Library bonsai.web_ui_scroll_utilities Library bonsai.web_ui_toggle Library bonsai.web_ui_typeahead Library bonsai.web_ui_url_var Library bonsai.web_ui_view Library bonsai.web_ui_visibility Library bonsai.web_ui_widget Library bonsai_test_dot Library ppx_bonsai Sources type (!'a, !'b) hashtbl = ('a , 'b ) Core__Hashtbl .t val equal : 'a Base__Ppx_compare_lib .equal -> 'a t Base__Ppx_compare_lib .equalval hashable : key Core__Hashtbl_intf .Hashable.tval invariant : 'a Base__Invariant_intf .inv -> 'a t Base__Invariant_intf .invval create :
('a key_ , 'b , unit -> ('a , 'b ) t_ )
Core__Hashtbl_intf .create_options_without_hashableval of_alist :
('a key_ ,
'b ,
('a key_ * 'b ) list ->
[ `Duplicate_key of 'a key_ | `Ok of ('a , 'b ) t_ ] )
Core__Hashtbl_intf .create_options_without_hashableval of_alist_report_all_dups :
('a key_ ,
'b ,
('a key_ * 'b ) list ->
[ `Duplicate_keys of 'a key_ list | `Ok of ('a , 'b ) t_ ] )
Core__Hashtbl_intf .create_options_without_hashableval of_alist_or_error :
('a key_ , 'b , ('a key_ * 'b ) list -> ('a , 'b ) t_ Base__ .Or_error.t )
Core__Hashtbl_intf .create_options_without_hashableval of_alist_exn :
('a key_ , 'b , ('a key_ * 'b ) list -> ('a , 'b ) t_ )
Core__Hashtbl_intf .create_options_without_hashableval of_alist_multi :
('a key_ , 'b list , ('a key_ * 'b ) list -> ('a , 'b list ) t_ )
Core__Hashtbl_intf .create_options_without_hashableval create_mapped :
('a key_ ,
'b ,
get_key :('r -> 'a key_ ) ->
get_data :('r -> 'b ) ->
'r list ->
[ `Duplicate_keys of 'a key_ list | `Ok of ('a , 'b ) t_ ] )
Core__Hashtbl_intf .create_options_without_hashableval create_with_key :
('a key_ ,
'r ,
get_key :('r -> 'a key_ ) ->
'r list ->
[ `Duplicate_keys of 'a key_ list | `Ok of ('a , 'r ) t_ ] )
Core__Hashtbl_intf .create_options_without_hashableval create_with_key_or_error :
('a key_ ,
'r ,
get_key :('r -> 'a key_ ) ->
'r list ->
('a , 'r ) t_ Base__ .Or_error.t )
Core__Hashtbl_intf .create_options_without_hashableval create_with_key_exn :
('a key_ , 'r , get_key :('r -> 'a key_ ) -> 'r list -> ('a , 'r ) t_ )
Core__Hashtbl_intf .create_options_without_hashableval group :
('a key_ ,
'b ,
get_key :('r -> 'a key_ ) ->
get_data :('r -> 'b ) ->
combine :('b -> 'b -> 'b ) ->
'r list ->
('a , 'b ) t_ )
Core__Hashtbl_intf .create_options_without_hashable