record-constructor[procedure] record-constructor rtd
ChezScheme
See also make-record-type, define-record
[procedure] record-constructor rtd [field-names]
SLIB allows to customize arguments of constructor by the optional
arguments.
See also make-record-type.
[procedure] record-constructor rtd field-names
Scheme48: field-names is mandatory.
See also define-record-type.
|