chibi-scheme/lib/srfi/38.module
2011-04-08 01:12:13 +09:00

6 lines
164 B
Text

(module (srfi 38)
(import-immutable (scheme))
(export write-with-shared-structure write/ss
read-with-shared-structure read/ss)
(include "38.scm"))