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=1.1 required=5.0 tests=AWL,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 C759ABC0B for ; Tue, 16 Jan 2007 19:01:07 +0100 (CET) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l0GI16Za020115 for ; Tue, 16 Jan 2007 19:01:07 +0100 Received: by an-out-0708.google.com with SMTP id c24so1081661ana for ; Tue, 16 Jan 2007 10:01:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=dVe0IadKOtSWgOzYTDaGzxGlg1PW29p08pd4yTB6/wD5Im0s4wtgJ6QxiYVTQabWWLwb9TfB8OMn04zLFq6uTcxlnMVhPWbN5SlRqpirYTA6rkSVIkKw2j+LWY0dFvCFKAYXXfApj4n3pstTx3eBxj6Q6dlQsUV+RsUeLI8RhTI= Received: by 10.65.219.3 with SMTP id w3mr8258463qbq.1168970466293; Tue, 16 Jan 2007 10:01:06 -0800 (PST) Received: from ?192.168.0.18? ( [69.155.31.57]) by mx.google.com with ESMTP id e18sm8569616qba.2007.01.16.10.01.05; Tue, 16 Jan 2007 10:01:05 -0800 (PST) Message-ID: <45AD12E0.60307@gmail.com> Date: Tue, 16 Jan 2007 12:01:04 -0600 From: Edgar Friendly User-Agent: Thunderbird 1.5.0.9 (X11/20061206) MIME-Version: 1.0 To: skaller Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Ocaml compiler features References: <45A87011.8080203@gmail.com> <20070115103556.GB12311@furbychan.cocan.org> <45AC60CB.4070408@gmail.com> <1168930305.5513.27.camel@rosella.wigram> In-Reply-To: <1168930305.5513.27.camel@rosella.wigram> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-j-chkmail-Score: MSGID : 45AD12E3.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 45AD12E3.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; ocaml:01 compiler:01 syntax:01 elif:01 syntax:01 edgar:98 wrote:01 caml-list:01 cond:02 cond:02 uses:06 then:17 then:17 possible:18 would:18 skaller wrote: > So is your syntax: > > if cond1 then e1 > elif cond2 then e2 > .. > else el > endif > that would do what I want. Now is it possible to keep the open syntax as well, for the ?: uses of if/then/else? E.