Next: scheme library import export, Up: scheme library [Index]
A library definition must have the following form:
(library ?library-name (export ?export-spec …) (import ?import-spec …) ?library-body)
It is a syntax violation if a constraint given in this section is not met.
• scheme library form decl: | Library declaration. | |
• scheme library form names: | Library names. | |
• scheme library form export: | The export specification. | |
• scheme library form import: | The import specification. | |
• scheme library form version: | The version reference. | |
• scheme library form conflicts: | Handling conflicts. | |
• scheme library form body: | Library bodies. |