chibi-scheme/lib/srfi/38.module
2010-08-17 20:46:12 +09:00

6 lines
171 B
Text

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