package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. id : Paths.Identifier.SourcePage.t option;
  2. digest : Digest.t;
  3. root : Root.t;
  4. linked : bool;
    (*

    Whether this unit has been linked.

    *)
  5. imports : Compilation_unit.Import.t list;
  6. source_info : Source_info.t;
  7. shape_info : (Compat.shape * Paths.Identifier.SourceLocation.t Compat.shape_uid_map) option;
}
OCaml

Innovation. Community. Security.