mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
This commit is contained in:
commit
1160e2d94e
9 changed files with 80 additions and 79 deletions
|
@ -690,7 +690,7 @@
|
|||
(primitive 'begin) (recurse head) (recurse tail))
|
||||
|
||||
((<lambda> body)
|
||||
(if body (recurse body)))
|
||||
(if body (recurse body) (primitive 'case-lambda)))
|
||||
|
||||
((<lambda-case> req opt rest kw inits gensyms body alternate)
|
||||
(primitive 'lambda)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue