Module Component.ModuleSource

type decl =
  1. | Alias of Cpath.module_ * ModuleType.simple_expansion option
  2. | ModuleType of ModuleType.expr
type t = {
  1. locs : Odoc_model.Paths.Identifier.SourceLocation.t option;
  2. doc : CComment.docs;
  3. type_ : decl;
  4. canonical : Odoc_model.Paths.Path.Module.t option;
  5. hidden : bool;
}