mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +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* ())
|
((and-let* ())
|
||||||
#t)
|
#t)
|
||||||
((and-let* () . body)
|
((and-let* () . body)
|
||||||
(let* () . body))
|
(let () . body))
|
||||||
((and-let* ((var expr)))
|
((and-let* ((var expr)))
|
||||||
expr)
|
expr)
|
||||||
((and-let* ((expr)))
|
((and-let* ((expr)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue