Evicted objects do not work with srfi-9 records for some reason:
(define-record-type :pare
(kons x y)
pare?
(x kar set-kar!)
(y kdr))
(kar (object-evict (kons 1 2)))
Error: bad argument type - not a structure of the required type
Cheers,
Dan
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users
