chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Re: Creating new types and their representation in the R


From: Jack Trades
Subject: [Chicken-users] Re: Creating new types and their representation in the REPL
Date: Fri, 9 Jul 2010 00:56:14 -0500

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]