From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: SRFI-9 and `equal?' Date: Tue, 13 Jun 2006 10:23:41 +1000 Message-ID: <87k67lj436.fsf@zip.com.au> 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> 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 1150330442 4069 80.91.229.2 (15 Jun 2006 00:14:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jun 2006 00:14:02 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 15 02:13:59 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 1FqfUM-0003g1-JS for guile-devel@m.gmane.org; Thu, 15 Jun 2006 02:13:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqfUL-00087g-SQ for guile-devel@m.gmane.org; Wed, 14 Jun 2006 20:13:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqfU7-0007xV-45 for guile-devel@gnu.org; Wed, 14 Jun 2006 20:13:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqfU5-0007x1-Sj for guile-devel@gnu.org; Wed, 14 Jun 2006 20:13:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqfU5-0007ww-Ok for guile-devel@gnu.org; Wed, 14 Jun 2006 20:13:17 -0400 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FqfdM-0002Xd-VY for guile-devel@gnu.org; Wed, 14 Jun 2006 20:22:53 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id EF2D271C4E for ; Thu, 15 Jun 2006 10:13:10 +1000 (EST) Original-Received: from localhost (ppp2133.dyn.pacific.net.au [61.8.33.51]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5F0DADL013927 for ; Thu, 15 Jun 2006 10:13:10 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Fpwh3-0002dK-00; Tue, 13 Jun 2006 10:23:41 +1000 Original-To: Guile-Devel Mail-Copies-To: never In-Reply-To: <874pyqa7dd.fsf@laas.fr> (Ludovic =?iso-8859-1?Q?Court=E8s's?= message of "Mon, 12 Jun 2006 14:25:18 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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:5982 Archived-At: 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 ...". > Let me know if I can go ahead with this. Looks fine to me. I think it should go in the 1.8 branch too. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel