Lang.Compilation_unitmodule Import : sig ... endmodule Source : sig ... endmodule Packed : sig ... endtype t = {id : Paths.Identifier.RootModule.t; | |
root : Root.t; | |
digest : Digest.t; | |
imports : Import.t list; | |
source : Source.t option; | |
interface : bool; | |
content : content; | |
expansion : Signature.t option; | |
linked : bool; | (* Whether this unit has been linked. *) |
canonical : Paths.Path.Module.t option; |
}