mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
other version numbers than 7 to `scheme-report-environment`, providing initial (scheme base) library.
6 lines
223 B
Scheme
6 lines
223 B
Scheme
|
|
(define-library (srfi 99 records inspection)
|
|
(export record? record-rtd rtd-name rtd-parent
|
|
rtd-field-names rtd-all-field-names rtd-field-mutable?)
|
|
(import (scheme) (chibi ast))
|
|
(include "inspection.scm"))
|