Return raw continuation if eval of Scheme expression fails
part of darcs patch Sun Sep 18 14:42:25 EEST 2005 Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
This commit is contained in:
parent
d921e332be
commit
48b7f617e0
|
@ -431,6 +431,7 @@
|
|||
(open scheme
|
||||
srfi-6
|
||||
|
||||
inspect-exception
|
||||
rt-modules)
|
||||
(files eval-environment))
|
||||
|
||||
|
@ -829,8 +830,8 @@
|
|||
srfi-8
|
||||
srfi-13
|
||||
debugging
|
||||
inspect-exception
|
||||
tty-debug
|
||||
inspect-exception
|
||||
tty-debug
|
||||
threads
|
||||
rendezvous
|
||||
(modify rendezvous-channels
|
||||
|
|
Loading…
Reference in New Issue