mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
5 lines
153 B
Scheme
5 lines
153 B
Scheme
|
|
(define-library (srfi 99 records syntactic)
|
|
(export define-record-type)
|
|
(import (scheme) (srfi 99 records inspection))
|
|
(include "syntactic.scm"))
|