mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Import (scheme case-lambda)
This commit is contained in:
parent
faecc90ba2
commit
c0aa9aeba6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
(import (scheme base) (scheme write))
|
||||
(import (scheme base) (scheme write) (scheme case-lambda))
|
||||
|
||||
;(call-with-values (lambda () (values 1 2)) (lambda (x y) (write `(,x ,y))))
|
||||
;(define-syntax letrec*
|
||||
|
|
Loading…
Add table
Reference in a new issue