Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tyxml_syntax.Element
SourceElement parsing.
val parse :
loc:Ppxlib.Location.t ->
parent_lang:Common.lang ->
name:Common.name ->
attributes:(Common.name * string Common.value) list ->
Ppxlib.expression Common.value list ->
Ppxlib.expression
parse ~loc ~parent_lang ~name ~attributes children
evaluates to a parse tree for applying the TyXML function corresponding to element name
to suitable arguments representing attributes
and children
.
comment ~loc ~ns s
evaluates to a parse tree that represents an XML comment.