From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludovic.courtes@laas.fr (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: SRFI-9 and `equal?' Date: Fri, 16 Jun 2006 09:44:34 +0200 Organization: LAAS-CNRS Message-ID: <87r71ptuhp.fsf@laas.fr> References: <874pyy8ibf.fsf@laas.fr> <87slmighkv.fsf@ossau.uklinux.net> <874pyxvsfh.fsf@laas.fr> <87wtbsfwo4.fsf@ossau.uklinux.net> <87mzcoqff0.fsf@laas.fr> <87u06v5hoz.fsf@zip.com.au> <874pyqa7dd.fsf@laas.fr> <87k67lj436.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1150443944 11829 80.91.229.2 (16 Jun 2006 07:45:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Jun 2006 07:45:44 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 16 09:45:41 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fr91G-0000R9-QK for guile-devel@m.gmane.org; Fri, 16 Jun 2006 09:45:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fr91G-0000Yh-2B for guile-devel@m.gmane.org; Fri, 16 Jun 2006 03:45:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fr917-0000Yc-12 for guile-devel@gnu.org; Fri, 16 Jun 2006 03:45:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fr913-0000YO-Vb for guile-devel@gnu.org; Fri, 16 Jun 2006 03:45:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fr913-0000YL-Mg for guile-devel@gnu.org; Fri, 16 Jun 2006 03:45:17 -0400 Original-Received: from [140.93.0.15] (helo=laas.laas.fr) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fr9Ad-0004IX-3u for guile-devel@gnu.org; Fri, 16 Jun 2006 03:55:11 -0400 Original-Received: by laas.laas.fr (8.13.7/8.13.4) with SMTP id k5G7jDkB029941; Fri, 16 Jun 2006 09:45:14 +0200 (CEST) Original-To: Guile-Devel X-URL: http://www.laas.fr/~lcourtes/ X-Revolutionary-Date: 28 Prairial an 214 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: powerpc-unknown-linux-gnu Mail-Followup-To: Guile-Devel In-Reply-To: <87k67lj436.fsf@zip.com.au> (Kevin Ryde's message of "Tue, 13 Jun 2006 10:23:41 +1000") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) X-Spam-Score: 0.496 () MAILTO_TO_SPAM_ADDR X-Scanned-By: MIMEDefang at CNRS-LAAS X-MIME-Autoconverted: from 8bit to quoted-printable by laas.laas.fr id k5G7jDkB029941 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5983 Archived-At: Hi, Kevin Ryde writes: > ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: >> >> +When applied to structures, the @code{equal?} predicate >> +(@pxref{Equality}) returns @code{#t} if the two structures share a >> +common vtable @emph{and} all their fields satisfy @code{equal?}. > > Also under `equal?' itself, add structures and records to the bit "For > a pair, string, vector or array ...". Good point, I added it. > Looks fine to me. I think it should go in the 1.8 branch too. Can someone (eventually) take care of merging it? Thanks, Ludovic. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel