odoc.model
Identifier.Signature
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.odoc_utils
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
type t = t_pv id
type t_pv = [
| `Root of ContainerPage.t option * Names.ModuleName.t
| `Module of t * Names.ModuleName.t
| `Parameter of t * Names.ModuleName.t
| `Result of t
| `ModuleType of t * Names.ModuleTypeName.t
]
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int