mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
save a char and a beta reduction
This commit is contained in:
parent
306dbd470a
commit
0597ea68a5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
((and-let* ())
|
||||
#t)
|
||||
((and-let* () . body)
|
||||
(let* () . body))
|
||||
(let () . body))
|
||||
((and-let* ((var expr)))
|
||||
expr)
|
||||
((and-let* ((expr)))
|
||||
|
|
Loading…
Add table
Reference in a new issue