2003-01-28 08:13:10 -05:00
|
|
|
(define-interface rt-modules-interface
|
|
|
|
(export ((lambda-interface
|
|
|
|
with-names-from-rt-structure)
|
|
|
|
:syntax)
|
|
|
|
reify-structure
|
2003-04-23 04:30:47 -04:00
|
|
|
rt-structure->environment
|
2003-01-28 08:13:10 -05:00
|
|
|
load-structure
|
|
|
|
load-config-file
|
|
|
|
rt-structure-binding))
|
|
|
|
|
|
|
|
(define-interface rt-modules-core-interface
|
|
|
|
(export interface-value-names
|
|
|
|
reify-structure
|
2003-04-23 04:30:47 -04:00
|
|
|
rt-structure->environment
|
2003-01-28 08:13:10 -05:00
|
|
|
load-config-file
|
|
|
|
rt-structure-binding
|
|
|
|
load-structure))
|