chibi-scheme/lib/srfi/99/records/procedural.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
237 B
Text

(define-module (srfi 99 records procedural)
(export make-rtd rtd? rtd-constructor rtd-predicate rtd-accessor rtd-mutator)
(import-immutable (scheme))
(import (chibi ast) (srfi 99 records inspection))
(include "procedural.scm"))