chibi-scheme/lib/srfi/99/records/syntactic.module
Alex Shinn 695b44332e adding interface to bytecode-literals
(need to check these when debugging gc)
2010-12-05 16:53:38 -08:00

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"))