module Small_stream_ast:sig
..end
typersattribute =
Namespace_names.rqname * Datatypes.xs_untyped
typersattribute_forest =
rsattribute list
type
rsexpr =
| |
RSDocument of |
| |
RSElem of |
| |
RSText of |
| |
RSPI of |
| |
RSComment of |
| |
RSHole |
typesattribute =
Namespace_symbols.rattr_symbol * Datatypes.xs_untyped
typesattribute_forest =
sattribute list
type
sexpr =
| |
SDocument of |
| |
SElem of |
| |
SText of |
| |
SPI of |
| |
SComment of |
| |
SHole |