Index of types

A
async [Markup]
D
doctype [Markup]

Representation of a document type declaration.

I
io [Markup.ASYNCHRONOUS]

Promise type.

L
location [Markup]

Line and column for parsing errors.

N
name [Markup]

Expanded name: a namespace URI followed by a local name.

node [Markup]

See Markup.from_tree below.

P
parser [Markup]

An 's parser is a thin wrapper around a (signal, 's) stream that supports access to additional information that is not carried directly in the stream, such as source locations.

S
signal [Markup]

Parsing signals.

stream [Markup]

Streams of elements of type 'a.

sync [Markup]

Phantom types for use with ('a, 's) stream in place of 's.

T
t [Markup.Encoding]

Decoders.

t [Markup.Error]

Errors reported by the parsers.

X
xml_declaration [Markup]

Representation of an XML declaration, i.e.