[r6rs-discuss] Small error in records example

From: AndrevanTonder <andre>
Date: Sat, 23 Jun 2007 14:24:08 -0400 (EDT)

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