2012-01-17 10:15:03 -05:00
|
|
|
(define-interface SPAN-interface
|
|
|
|
(export
|
2012-01-17 13:39:27 -05:00
|
|
|
SPAN-question~))
|
2012-01-17 10:15:03 -05:00
|
|
|
|
|
|
|
(define-structure SPAN
|
|
|
|
schemedoc-interface
|
|
|
|
(open scheme)
|
2012-01-17 13:39:27 -05:00
|
|
|
(files SPAN-client SPAN-server SPAN load SPAN-util))
|
2012-01-17 10:15:03 -05:00
|
|
|
|