Page
Library
Module
Module type
Parameter
Class
Class type
Source
Brr_lwd.Elwd
SourceDescribing collections of elements
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.
The type for void element constructors. This is simply v
with a pre-applied element name and without children.