| [TOC](Readme.md) [Prev](instances.md) [Next](imports.md) |
| _Modules, Packages, and Instances_ |
| A CUE file is a standalone file by default. |
| A `package` clause allows a single configuration to be split across multiple |
| The configuration for a package is defined by the concatenation of all its |
| files, after stripping the package clauses and not considering imports. |
| Duplicate definitions are treated analogously to duplicate definitions within |
| The order in which files are loaded is undefined, but any order will result |
| in the same outcome, given that order does not matter. |