Re: SRFI-9 and `equal?'

2006-06-08 Thread Kevin Ryde
[EMAIL PROTECTED] (Ludovic Courtès) writes: > > What was the reason to not have `list-equal?'? Was it the fact that we > want it to be inlined within `equal?'? You should hide it please. I think different equality test funcs are generally exposed only when they do something different from plain

Re: SRFI-9 and `equal?'

2006-06-08 Thread Ludovic Courtès
Hi, Neil Jerram <[EMAIL PROTECTED]> writes: > All looks fine to me, except one thing. I don't think we gain anything by > exporting the struct-equal?/scm_struct_equalp API, so I'd prefer to > have this as an internal (scm_i_) function and not exported to > Scheme. (Cf. the fact that there isn't