You can search for identifiers within the package.
in-package search v0.2.0
Low level representation (unstable).
This representation may change even between minor versions of the library. Use at your own risk.
type t =
| El of name * At.t list * t list
Element, name attributes and children.
| Txt of string
Character data.
| Splice of t option * t list
List of parts, separated by an optional separator.
| Raw of string
Raw output string.
The low-level HTML fragment representation.
val of_html : html -> t
of_html h is a low-level representation for h.
of_html h
h