Hello!
Mike Gran skribis:
> In Guile 2.0.2, scm_set_procedure_properties (when SCM_ENABLE_DEPRECATED)
> has a call to scm_assq where the KEY and ALIST parameters are reversed.
>
> To demonstrate, try this
>> (define (func x) #t)
>> (set-procedure-properties! func (procedure-properties func))
>
Hi Göran,
Sorry for the delay.
Göran Weinholt skribis:
> the case-lambda form is specified in r6rs-lib as accepting any number of
> clauses, including zero. So this should not give an error:
My interpretation of the ‘case-lambda’ implementation on p. 15 of
r6rs-lib.pdf is that ‘case-lambda-hel