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? _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
