mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
5 lines
145 B
Text
5 lines
145 B
Text
|
|
(module (srfi 99 records syntactic)
|
|
(export define-record-type)
|
|
(import (scheme) (srfi 99 records inspection))
|
|
(include "syntactic.scm"))
|