mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 13:00:26 +02:00
* r4rs.scm (call-with-values): New definition, defers to
@call-with-values.
This commit is contained in:
parent
a4e7b79a5e
commit
218da2b992
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
(set-procedure-property! apply 'name 'apply)
|
||||
(define (call-with-current-continuation proc)
|
||||
(@call-with-current-continuation proc))
|
||||
(define (call-with-values producer consumer)
|
||||
(@call-with-values producer consumer))
|
||||
|
||||
|
||||
;;;; Basic Port Code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue