From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: ** X-Spam-Status: No, score=2.1 required=5.0 tests=AWL,DNS_FROM_RFC_ABUSE, HTML_00_10,HTML_MESSAGE,HTML_SHORT_LENGTH,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id D1719BC50 for ; Thu, 5 Oct 2006 16:08:42 +0200 (CEST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id k95E8g6f024767 for ; Thu, 5 Oct 2006 16:08:42 +0200 Received: by nf-out-0910.google.com with SMTP id g2so830473nfe for ; Thu, 05 Oct 2006 07:08:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=sMj9g3gspP7XkvRbUJEyHrdSQ6m9RaGzpgw5z++BBPYwcmgaMQqsLTxsLHJjnvqk/mmNStZP+1d9Jwzj2FA10+eEDr+cym/WqFKKbCIv6VeNPsiD7voaONtLt+x/N/OK0zQO2P7qe5s5Mg50+lgZgq3SXxele6qde7RmY5O+/rc= Received: by 10.49.94.20 with SMTP id w20mr3892346nfl; Thu, 05 Oct 2006 07:08:42 -0700 (PDT) Received: by 10.49.32.12 with HTTP; Thu, 5 Oct 2006 07:08:42 -0700 (PDT) Message-ID: Date: Thu, 5 Oct 2006 16:08:42 +0200 From: Tom To: "Jon Harrop" Subject: Re: [Caml-list] Feature proposal: improved compare Cc: caml-list@yquem.inria.fr In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_110286_26662876.1160057322134" References: <200610022212.40035.jon@ffconsultancy.com> X-j-chkmail-Score: MSGID : 452511EA.000 on discorde : j-chkmail score : X : 0/20 1 X-Miltered: at discorde with ID 452511EA.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 labelled:05 labelled:05 arguments:07 arguments:07 definition:07 definition:07 function:08 function:08 feature:08 ...:90 ...:90 doesn't:11 doesn't:11 compare:14 X-Attachments: cset="UTF-8" cset="UTF-8" ------=_Part_110286_26662876.1160057322134 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline With labelled arguments, it doesn't work... unfortunately :D Only, if the first x arguments are provided (first meaning first in definition of the function). ------=_Part_110286_26662876.1160057322134 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline
With labelled arguments, it doesn't work... unfortunately :D Only, if the first x arguments are provided (first meaning first in definition of the function).
------=_Part_110286_26662876.1160057322134--