mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
5 lines
96 B
Scheme
5 lines
96 B
Scheme
|
|
(define-library (srfi 9)
|
|
(export define-record-type)
|
|
(import (chibi))
|
|
(include "9.scm"))
|