case-lambda, case-lambda* in psyntax
authorAndy Wingo <wingo@pobox.com>
Sun, 25 Oct 2009 11:39:03 +0000 (12:39 +0100)
committerAndy Wingo <wingo@pobox.com>
Sun, 25 Oct 2009 12:12:27 +0000 (13:12 +0100)
commit647117cd3599c1eaae5afe4b77fa15886d6d344d
treec30804560681c0bd7fb01e862048f6257917fe0c
parent8b652112048ae2c482993897cdf40c5d9a67a8d2
case-lambda, case-lambda* in psyntax

* module/ice-9/psyntax.scm (case-lambda, case-lambda*): Add
  implementations of these, present in the base environment.

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

* module/srfi/srfi-16.scm (case-lambda): Replace the core's case-lambda
  definition with our own. We're not quite ready to switch yet.
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
module/srfi/srfi-16.scm