package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937

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.