From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.lisp.guile.devel Subject: Re: doco srfi-1 delete, delete-duplicates Date: Thu, 15 May 2003 19:47:40 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <87fznj2097.fsf@zip.com.au> <87u1bzponh.fsf@raven.i.defaultvalue.org> <20030513092528.GB28885@www> <87issbhjqj.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053042937 16827 80.91.224.249 (15 May 2003 23:55:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 May 2003 23:55:37 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 16 01:55:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GSZT-0004NF-00 for ; Fri, 16 May 2003 01:55:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GSaf-0008HW-00 for guile-devel@m.gmane.org; Thu, 15 May 2003 19:56:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GSa8-00084g-00 for guile-devel@gnu.org; Thu, 15 May 2003 19:56:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GSTM-0005IS-00 for guile-devel@gnu.org; Thu, 15 May 2003 19:49:17 -0400 Original-Received: from multivac.student.cwru.edu ([129.22.114.26] helo=multivac.cwru.edu) by monty-python.gnu.org with smtp (Exim 4.10.13) id 19GSRr-0004jS-00 for guile-devel@gnu.org; Thu, 15 May 2003 19:47:43 -0400 Original-Received: (qmail 19497 invoked by uid 500); 15 May 2003 23:48:04 -0000 Original-To: guile-devel@gnu.org In-Reply-To: <87issbhjqj.fsf@zip.com.au> (Kevin Ryde's message of "Fri, 16 May 2003 09:29:24 +1000") Mail-Copies-To: nobody Mail-Followup-To: guile-devel@gnu.org Original-Lines: 11 User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2364 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2364 Kevin Ryde wrote: > Is a predicate normally thought of as a function taking one argument? Many predicates are one-place predicates, but some (such as <) have greater arity. Generally, a predicate is a function that returns a boolean value. How about "deletable?"? paul _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel