Add define-record-type

This commit is contained in:
Justin Ethier 2016-09-29 16:47:35 -04:00
parent c4c70825f1
commit 84c8949002

View file

@ -219,6 +219,8 @@ For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.p
#current-output-port
(current-output-port)
#define-record-type
(define-record-type {name}
{constructor} {pred} {field} ...)
#denominator
(denominator n)
#do