mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
5 lines
209 B
Text
5 lines
209 B
Text
|
|
(module (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"))
|