chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] record-type-name in SRFI-9


From: Peter Danenberg
Subject: [Chicken-users] record-type-name in SRFI-9
Date: Sun, 2 Mar 2008 23:53:38 -0600
User-agent: Mutt/1.5.16 (2007-06-11)

I'm trying to dispatch on SRFI-9 record types; and I notice that
although SRFI-9 provides record-type-name, chicken doesn't export it.

Short of abusing cond, it seems like my only option is the
non-standard define-record-printer combined with an
with-output-to-string hack; do you concur?




reply via email to

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