mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
guard should raise, not raise-continuable, as the default
Fixes issue #346.
This commit is contained in:
parent
b238edb0cd
commit
28148e52b7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(let ((var condition)) ; clauses may SET! var
|
(let ((var condition)) ; clauses may SET! var
|
||||||
(guard-aux (handler-k (lambda ()
|
(guard-aux (handler-k (lambda ()
|
||||||
(raise-continuable condition)))
|
(raise condition)))
|
||||||
clause ...))))))))
|
clause ...))))))))
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(let ((res (let () e1 e2 ...)))
|
(let ((res (let () e1 e2 ...)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue