mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-06-22 05:46:40 +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"))
|