Component.Module
Sourcetype decl =
| Alias of Cpath.module_ * ModuleType.simple_expansion option
| ModuleType of ModuleType.expr
type t = {
locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
doc : CComment.docs;
type_ : decl;
canonical : Odoc_model.Paths.Path.Module.t option;
}