Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Attributes : sig ... end
and 'msg t0 =
| Text of string
| Node of string * 'msg Attributes.t Stdlib.ref * 'msg t list Stdlib.ref
val node : 'msg t -> node Js_of_ocaml.Js.t
val make_text : string -> node Js_of_ocaml.Js.t -> 'msg t
val fill_node :
string ->
node Js_of_ocaml.Js.t ->
'msg Attributes.t ->
'msg t list ->
'msg t