chibi-scheme/lib/srfi/99/records/syntactic.module
Alex Shinn d451a053ca changed type opcode generators to use type objects, not ids
also fixed support for float/double types
2010-09-17 01:47:21 +00: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"))