Module Lang.IncludeSource
type shadowed = {s_modules : (string * Odoc_model.Names.ModuleName.t) list;s_module_types : (string * Odoc_model.Names.ModuleTypeName.t) list;s_values : (string * Odoc_model.Names.ValueName.t) list;s_types : (string * Odoc_model.Names.TypeName.t) list;s_classes : (string * Odoc_model.Names.TypeName.t) list;s_class_types : (string * Odoc_model.Names.TypeName.t) list;
}type expansion = {shadowed : Odoc_model.Lang.Include.shadowed;content : Odoc_model.Lang.Signature.t;
}type decl = | Alias of Odoc_model.Paths.Path.Module.t| ModuleType of Odoc_model.Lang.ModuleType.U.expr
type t = {loc : Odoc_model.Location_.span;parent : Odoc_model.Paths.Identifier.Signature.t;strengthened : Odoc_model.Paths.Path.Module.t option;doc : Odoc_model.Comment.docs;status : [ `Inline | `Closed | `Open | `Default ];decl : Odoc_model.Lang.Include.decl;expansion : Odoc_model.Lang.Include.expansion;expanded : bool;
}