package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.2.tar.gz
sha256=203ee151ce793a977b2d3e66f8b3a0cd7a82cc7f15550c63d88cb30c71eb5f95
md5=64367c393f80ca784f88d07155da4fb0

doc/alba.fmlib_js/Fmlib_js/Browser/Make/Tree/index.html

Module Make.TreeSource

Sourcemodule Attributes : sig ... end
Sourcetype 'msg t = {
  1. node : node Js_of_ocaml.Js.t;
  2. data : 'msg t0;
}
Sourceand 'msg t0 =
  1. | Text of string
  2. | Node of string * 'msg Attributes.t ref * 'msg t list ref
Sourceval node : 'msg t -> node Js_of_ocaml.Js.t
Sourceval data : 'msg t -> 'msg t0
Sourceval make_text : string -> node Js_of_ocaml.Js.t -> 'msg t
Sourceval fill_node : string -> node Js_of_ocaml.Js.t -> 'msg Attributes.t -> 'msg t list -> 'msg t
Sourceval update : 'msg Vdom.t -> 'msg t -> ('msg Vdom.t -> 'msg t) -> ('msg Decoder.t -> handler) -> 'msg t option
OCaml

Innovation. Community. Security.