[r6rs-discuss] Small error in records example
The following example has an error
(define :cpoint
(make-record-type-descriptor
'cpoint :point
#f #f #f
'((mutable rgb))))
since the last argument must be a vector.
Andre
Received on Sat Jun 23 2007 - 14:24:08 UTC
This archive was generated by hypermail 2.3.0
: Wed Oct 23 2024 - 09:15:01 UTC