package odoc

  1. Overview
  2. Docs

doc/odoc.xref2/Odoc_xref2/Component/Module/index.html

Module Component.ModuleSource

type decl =
  1. | Alias of Cpath.module_ * ModuleType.simple_expansion option
  2. | ModuleType of ModuleType.expr
type t = {
  1. source_loc : 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;
}
OCaml

Innovation. Community. Security.