
4.3 Compilation: the Build, File, and Path structures
Build structure provides an interface to the batch compilation system, using the portable notation for describing program units that was explained in Section 4.3.2.1 on page 69. Build has the following skeletal signature:
structure Build: sig val compile: string -> unit val compileAndLoad : string -> unit val delete : string -> unit val loadObject: string -> unit val loadSource: string -> unit val queryCompile: string -> unit val queryLoadObject: string -> unit val queryLoadSource: string -> unit val readDependencies: string -> unit val touchLoaded: string -> unitval touchSource: string -> unit val touchAllLoaded: unit -> unit end

Generated with Harlequin WebMaker