mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
6 lines
107 B
Text
6 lines
107 B
Text
|
|
(define-module (srfi 9)
|
|
(export define-record-type)
|
|
(import-immutable (scheme))
|
|
(include "9.scm"))
|
|
|