Hi,
I've found the following test case:
(let ()
(define-record-type (make-record) record?)
(eq? (record-type-predicate ()) record?))
Is this required by the SRFI? The description of record-type-predicate
doesn't say so.
Can I assume the test case is invalid? (It'd be easier for me to
implement this SRFI, then)
Cheers,
--
_/_/
Takashi Kato
E-mail: ktakashi19@gmail.com