Next: iklib records comparison, Previous: iklib records printer, Up: iklib records [Index]
A record–type’s equality predicate is a function accepting as arguments
two instances of a record–type; the return value is: #t
if the two
objects are the same and #f
otherwise.
Select the procedure equal-pred as equality predicate for records
of type rtd; if equal-pred is #f
, instances of type
rtd make use of the built–in Scheme objects equality predicate.
Return the function set as custom equality predicate for records of type
rtd; return #f
if rtd has no custom equality
predicate.
Return #f
or the function being the custom equality predicate for
the record record.