inline call-with-values consumers with optional and/or rest args
authorAndy Wingo <wingo@pobox.com>
Fri, 15 Feb 2013 13:21:21 +0000 (14:21 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 15 Feb 2013 13:21:21 +0000 (14:21 +0100)
commit85edd670f5674bd4c25547936b1faf61e2d7a397
tree281e7895f3cb6ebf2cd1ad1bf33c3f3b3f80964d
parent8598dd8d28d16fe1ec92dfc49f6517992f1598ec
inline call-with-values consumers with optional and/or rest args

* module/language/tree-il/peval.scm (peval): Inline call-with-values
  whose consumers have optional and rest arguments.

* test-suite/tests/peval.test ("partial evaluation"): Add test.
module/language/tree-il/peval.scm
test-suite/tests/peval.test