
4.3 Compilation: the Build, File, and Path structures
4.3.1 Projects and program units
We say that the batch compilation system's unit of compilation is a program unit. A program unit is a file containing part of an ML program that might be represented in source format or object (compiled) format. If it is a source file it has the name unit-name.sml, and if it is an object file, it has the name unit-name.mo.
We call the set of program units that makes up the ML program you are working on a project.
MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker