13.3.1 Source records and modules

All the Dylan source code for a program is organized into units called source records. How source records are stored is dependent on the implementation. Some implementations may store source records in a database, others may simply use interchange format files (see Section 13.6, page 203). No matter how they are stored, each source record is in a module; therefore,

Dylan implementations can associate a source record with a module in different ways. The interchange format has a header at the front that specifies the module for its source records.