Module Component.ModuleSource
type decl = | Alias of Odoc_xref2.Cpath.module_ * Odoc_xref2.Component.ModuleType.simple_expansion option| ModuleType of Odoc_xref2.Component.ModuleType.expr
type t = {source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;doc : Odoc_xref2.Component.CComment.docs;type_ : Odoc_xref2.Component.Module.decl;canonical : Odoc_model.Paths.Path.Module.t option;
}