<foo>? -> foo?; some exports cleanups
authorAndy Wingo <wingo@pobox.com>
Sun, 11 May 2008 19:48:10 +0000 (21:48 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 11 May 2008 19:48:10 +0000 (21:48 +0200)
commit01967b694c1e2cc2f9a1f683fce269ccb99dd8c2
treeb5dc95a6d33f37aea7853bed00a83a0f364549ff
parentbe852e52dea31aef9e3078d9b62febc04b1e80e3
<foo>? -> foo?; some exports cleanups

* module/system/base/compile.scm: Export cenv? also.

* module/system/base/syntax.scm: Clean up vestiges of the old structure
  code. Make accessors defined as foo? instead of <foo>?.

* module/system/il/glil.scm:
* module/system/il/ghil.scm: Remove <foo>-1 accessors, since we have
  named accessors.
module/system/base/compile.scm
module/system/base/syntax.scm
module/system/il/ghil.scm
module/system/il/glil.scm