[Doc] Patch: eq? and friends accepts more than two arguments

2022-11-06 Thread Thomas Morley
Hi, please find attached a doc-patch, clearifying eq?/eqv?/equal? are working with more than two arguments. Cheers, Harm From 23691d4ec8485169cbed0cdf64fb4d36f7daf343 Mon Sep 17 00:00:00 2001 From: Thomas Morley Date: Sun, 6 Nov 2022 15:41:50 +0100 Subject: [PATCH] Document eq? and friends acc

Re: [Doc] Patch: eq? and friends accepts more than two arguments

2022-11-06 Thread Jean Abou Samra
Le 06/11/2022 à 15:47, Thomas Morley a écrit : Hi, please find attached a doc-patch, clearifying eq?/eqv?/equal? are working with more than two arguments. Well, but the signature eq? x y ... is still not correct, because (eq?) and (eq? x) are also valid. eq? takes *any* number of arguments.

Re: [Doc] Patch: eq? and friends accepts more than two arguments

2022-11-06 Thread Thomas Morley
Am So., 6. Nov. 2022 um 15:58 Uhr schrieb Jean Abou Samra : > > Le 06/11/2022 à 15:47, Thomas Morley a écrit : > > Hi, > > > > please find attached a doc-patch, clearifying eq?/eqv?/equal? are > > working with more than two arguments. > > > Well, but the signature > > eq? x y ... > > is still not c