mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
other version numbers than 7 to `scheme-report-environment`, providing initial (scheme base) library.
6 lines
162 B
Scheme
6 lines
162 B
Scheme
|
|
(define-library (srfi 38)
|
|
(import (scheme))
|
|
(export write-with-shared-structure write/ss
|
|
read-with-shared-structure read/ss)
|
|
(include "38.scm"))
|