Library
Module
Module type
Parameter
Class
Class type
type t = Brr.El.t
Describing collections of elements
val v :
?d:Brr.El.document ->
?at:Brr.At.t col ->
Brr.El.tag_name ->
t col ->
t Lwd.t
v ?d ?at name cs
is an element name
with attribute at
(defaults to []
) and children cs
. If at
specifies an attribute more thanonce, the last one takes over with the exception of At.class'
whose occurences accumulate to define the final value. d
is the document on which the element is defined it defaults Brr.G.document
.
The type for element constructors. This is simply v
with a pre-applied element name.
type void_cons = ?d:Brr.El.document -> ?at:Brr.At.t col -> unit -> t Lwd.t
The type for void element constructors. This is simply v
with a pre-applied element name and without children.
val blockquote : cons