Summary

`define-record' should allow using SRFI-17 setters

Metadata

Description

For example:

 (define-record point
   (setter x)
   (setter y))

Changes and comments

[2010-10-18 14:55:45 UTC] felix changed status from new to closed

[2010-10-18 14:55:45 UTC] felix set resolution to fixed