chibi-scheme/lib/srfi/99/records/procedural.sld
Alex Shinn bd32131b9d The big renaming to define-library in .sld, make it possible to pass
other version numbers than 7 to `scheme-report-environment`, providing
initial (scheme base) library.
2011-10-02 17:16:05 +09:00

5 lines
217 B
Scheme

(define-library (srfi 99 records procedural)
(export make-rtd rtd? rtd-constructor rtd-predicate rtd-accessor rtd-mutator)
(import (scheme) (chibi ast) (srfi 99 records inspection))
(include "procedural.scm"))