[r6rs-discuss] Small error in records example

AndrevanTonder andre at het.brown.edu
Sat Jun 23 14:24:08 EDT 2007


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



More information about the r6rs-discuss mailing list