sunterlib/scsh/interaction/packages.scm

26 lines
482 B
Scheme
Raw Normal View History

2003-01-28 08:44:57 -05:00
(define-structure repls repls-interface
(open scheme-with-scsh
command-levels
command-processor
environments
formats
handle)
(files repl))
(define-structure inspect-exception inspect-exception-interface
(open scheme-with-scsh
2003-04-23 05:21:30 -04:00
rt-modules
exceptions
2003-01-28 08:44:57 -05:00
conditions
escapes
handle
repls)
(files inspect-exception))
(define-structure socket2stdports socket2stdports-interface
(open scheme-with-scsh
handle
threads)
2003-04-23 05:21:30 -04:00
(files socket2stdport))