mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
6 lines
173 B
Text
6 lines
173 B
Text
|
|
(define-module (srfi 99 records syntactic)
|
|
(export define-record-type)
|
|
(import-immutable (scheme))
|
|
(import (srfi 99 records inspection))
|
|
(include "syntactic.scm"))
|