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