odoc.model
Path.Module
odoc
odoc.document
odoc.examples
odoc.html
odoc.latex
odoc.loader
odoc.manpage
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.xref2
odoc.xref_test
type t = [
| `Resolved of Resolved.Module.t
| `Identifier of Identifier.Path.Module.t * bool
| `Root of string
| `Forward of string
| `Dot of t * string
| `Apply of t * t
]