fix procedure naming
authorAndy Wingo <wingo@pobox.com>
Wed, 2 Jun 2010 14:07:11 +0000 (16:07 +0200)
committerAndy Wingo <wingo@pobox.com>
Wed, 2 Jun 2010 14:07:11 +0000 (16:07 +0200)
commit22cf27c815b756cac6893b5b239898767e6cb498
treecbb0569f64f1ae1a94467c5c66b74bd3c140e55d
parent04ed046aa47eab44d20f4ba6282fee6fcbe8dfc8
fix procedure naming

* module/ice-9/psyntax.scm (define-expansion-accessors): New helper, to
  define accesors for a particular expansion data structure. Use it
  later to define lambda?, lambda-meta, and set-lambda-meta!.
  (maybe-name-value): Update to work with the newly defined accessors.
  (build-global-reference, build-let, build-named-let, build-letrec):
  Re-enable naming of procedures.

* module/ice-9/psyntax-pp.scm: Regenerated.
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm