Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
(library (rnrs records syntactic (6))

; FIXME: should this library define and export auxiliary keywords?

#;
(export define-record-type fields mutable immutable
parent protocol sealed opaque nongenerative parent-rtd
record-type-descriptor record-constructor-descriptor)

So, would you guys consider exporting those?

Ed

Loading...