odoc.model
Reference.Label
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.Label.t
| `Root of string * [ `TLabel | `TUnknown ]
| `Dot of LabelParent.t * string
| `Label of LabelParent.t * Names.LabelName.t
]