odoc.model
Resolved.Signature
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 = [
| `Root of root
| `Subst of Path.Resolved.ModuleType.t * Module.t
| `Alias of Path.Resolved.Module.t * Module.t
| `Module of t * Names.ModuleName.t
| `OpaqueModule of Module.t
]
val split : t -> string * t option