Next: , Up: scheme library   [Index]


3.7.1 Library form

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.