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