Am So., 6. Nov. 2022 um 13:39 Uhr schrieb Jean Abou Samra <j...@abou-samra.fr>: > > > > Le 06/11/2022 à 13:27, Thomas Morley a écrit : > > Ofcourse not, though you need to know that the chosen proc is suitable > > for the task. > > For me eqv? was always meant to work with exactly two values, like cons. > > But (apply cons '(1 2 3)) fails ofcourse. > > > > In the past I searched the guile-manual and our own lilbrary to get a > > procedure testing equality of list-elements. To no avail. So I ended > > up defining some custom-recursion... > > Having a named (and documented) procedure would probably have helped. > > > To me that sounds more like you should submit a doc patch to Guile > so that the Guile doc doesn't say eqv? et al. apply to two elements > only. > >
For the record, patch at https://lists.gnu.org/archive/html/guile-devel/2022-11/msg00008.html Jean's improvements in the follow up. Thanks Jean again, Harm