2003-01-28 08:44:57 -05:00
|
|
|
(define-interface repls-interface
|
|
|
|
(export script-repl
|
|
|
|
remote-repl))
|
|
|
|
|
|
|
|
(define-interface inspect-exception-interface
|
2003-04-23 05:21:30 -04:00
|
|
|
(export with-inspecting-handler
|
|
|
|
with-fatal-and-capturing-error-handler
|
|
|
|
display-continuation))
|
2003-01-28 08:44:57 -05:00
|
|
|
|
|
|
|
(define-interface socket2stdports-interface
|
2003-02-26 10:31:33 -05:00
|
|
|
(export socket<->stdports))
|