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 = [
| `Identifier of Identifier.Path.Module.t
| `Subst of ModuleType.t * t
| `Hidden of t
| `Module of t * Names.ModuleName.t
| `Canonical of t * Module.t
| `Apply of t * t
| `Alias of t * t
| `OpaqueModule of t
]
val of_ident : Identifier.Path.Module.t -> t
val is_hidden : t -> bool
val identifier : t -> Identifier.Path.Module.t
val canonical_ident : t -> Identifier.Path.Module.t option