package bonsai

  1. Overview
  2. Docs
A library for building dynamic webapps, using Js_of_ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

bonsai-v0.16.0.tar.gz
sha256=1d68aab713659951eba5b85f21d6f9382e0efa8579a02c3be65d9071c6e86303

doc/bonsai.test/Bonsai_test/Arrow/Helpers/index.html

Module Arrow.HelpersSource

Sourcemodule type S = sig ... end
Sourceval make : driver:('input, 'result) Bonsai_test__.Driver.t -> sexp_of_result:('result -> Core.Sexp.t) -> (module S with type action = Core.Nothing.t and type input = 'input)
Sourceval 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)
Sourceval make_string : driver:('input, string) Bonsai_test__.Driver.t -> (module S with type action = Core.Nothing.t and type input = 'input)
Sourceval 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)
OCaml

Innovation. Community. Security.