* boot-9.scm (export, export-syntax): New special forms: Export
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 15 Jul 1998 23:01:45 +0000 (23:01 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Wed, 15 Jul 1998 23:01:45 +0000 (23:01 +0000)
commita0cc0a012513b864d4e129397c3e1ee9f9934101
tree832fe36180145925ec878ea481b8fdb005750082
parent39bc99482443f322be5307c10704ed2e7bf33e05
* boot-9.scm (export, export-syntax): New special forms: Export
bindings from a module.  `(export name1 name2 ...)' can be used at
the top of a module (after `define-module') to specify which names
should be exported.  It can be used as an alternative to
`define-public'.  `export-syntax' works equivalently to `export'
but is intended for export of syntactic keywords.
(Thanks to Thien-Thi Nguyen.)
ice-9/ChangeLog
ice-9/boot-9.scm