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