mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
allow internal defines in guard
This commit is contained in:
parent
a01ca4bad6
commit
557b31e1dd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
(raise-continuable condition)))
|
(raise-continuable condition)))
|
||||||
clause ...))))))))
|
clause ...))))))))
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(let ((res (begin e1 e2 ...)))
|
(let ((res (let () e1 e2 ...)))
|
||||||
(guard-k (lambda () res)))))))))))
|
(guard-k (lambda () res)))))))))))
|
||||||
|
|
||||||
(define-syntax guard-aux
|
(define-syntax guard-aux
|
||||||
|
|
Loading…
Add table
Reference in a new issue