7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
|
(library (lassik library-inspection)
|
||
|
(export library-list
|
||
|
library-exports)
|
||
|
(import (only (chezscheme)
|
||
|
library-list
|
||
|
library-exports)))
|