Up – Package index » bonsai » Library bonsai.test » Bonsai_test » Arrow » Helpersbonsai LICENSE README Library bonsai Library bonsai.bench Library bonsai.example_chat_open_source_native Library bonsai.example_chat_open_source_native_common Library bonsai.extra Library bonsai.focus_ring Library bonsai.protocol Library bonsai.tailwind_colors Library bonsai.test Library bonsai.web Library bonsai.web_test 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_freeform_multiselect Library bonsai.web_ui_multi_select Library bonsai.web_ui_query_box Library bonsai.web_ui_reorderable_list Library bonsai.web_ui_typeahead Library bonsai_test_dot Sources module type S = sig ... end val make_with_inject :
driver :
('input , 'result * ('action -> unit Ui_effect .t ) ) Bonsai_test__.Driver.t ->
sexp_of_result :('result -> Core.Sexp.t ) ->
(module S
with type action = 'action
and type input = 'input ) val make_string :
driver :('input , string) Bonsai_test__.Driver.t ->
(module S
with type action = Core.Nothing.t
and type input = 'input ) val make_string_with_inject :
driver :
('input , string * ('action -> unit Ui_effect .t ) ) Bonsai_test__.Driver.t ->
(module S
with type action = 'action
and type input = 'input )