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