rnrs modules #:replace as appropriate
authorAndy Wingo <wingo@pobox.com>
Sun, 20 Jun 2010 21:59:57 +0000 (23:59 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 20 Jun 2010 21:59:57 +0000 (23:59 +0200)
commit1052739b74380978a080ee5604cb1a8d0648a4d6
tree59cfd382e3843df69ecbc777acec5fbd74320505
parent73b03e98a74b213ecb8907a649e0d00234cf237d
rnrs modules #:replace as appropriate

* module/ice-9/boot-9.scm (export!): New syntax, as export is to
  module-export!, export! is to module-replace!. I thought that taking
  up the name `replace' would be presumptuous, hence the name mismatch.

* module/ice-9/r6rs-libraries.scm (library): Calculate not only
  re-exports, but replacements as well.
module/ice-9/boot-9.scm
module/ice-9/r6rs-libraries.scm