record-type-predicate Takashi Kato (12 Dec 2016 12:18 UTC)
Re: record-type-predicate Marc Nieper-Wißkirchen (12 Dec 2016 14:22 UTC)

record-type-predicate Takashi Kato 12 Dec 2016 12:17 UTC

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