Is there a record predicate in Chicken?

(define p (make-point 3 4))
(record? p)
===> #t
(record? 3)
===> #f

I've been reading SRFI-9 and looking through the Chicken docs/source and
can't seem to find anything.
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to