jon.recoil.org

Module Lang.Compilation_unitSource

module Import : sig ... end
module Source : sig ... end
module Packed : sig ... end
type t = {
  1. id : Odoc_model.Paths.Identifier.RootModule.t;
  2. root : Odoc_model.Root.t;
  3. digest : Stdlib.Digest.t;
  4. imports : Odoc_model.Lang.Compilation_unit.Import.t list;
  5. source : Odoc_model.Lang.Compilation_unit.Source.t option;
  6. interface : bool;
  7. hidden : bool;
  8. content : Odoc_model.Lang.Compilation_unit.content;
  9. expansion : Odoc_model.Lang.Signature.t option;
  10. linked : bool;
    (*

    Whether this unit has been linked.

    *)
  11. source_loc : Odoc_model.Paths.Identifier.SourceLocation.t option;
  12. source_loc_jane : Odoc_model.Lang.Source_loc_jane.t option;
  13. canonical : Odoc_model.Paths.Path.Module.t option;
}