chibi-scheme/lib/srfi/38.module
Alex Shinn 695b44332e adding interface to bytecode-literals
(need to check these when debugging gc)
2010-12-05 16:53:38 -08: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"))