Module Lang.ImplementationSource
type t = {id : Odoc_model.Paths.Identifier.SourcePage.t option;digest : Stdlib.Digest.t;root : Odoc_model.Root.t;linked : bool;(*Whether this unit has been linked.
*)imports : Odoc_model.Lang.Compilation_unit.Import.t list;source_info : Odoc_model.Lang.Source_info.t;shape_info : (Odoc_model.Compat.shape * Odoc_model.Paths.Identifier.SourceLocation.t Odoc_model.Compat.shape_uid_map) option;
}