From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id A0251BB81 for ; Fri, 17 Dec 2004 19:45:25 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iBHIjPsX029899 for ; Fri, 17 Dec 2004 19:45:25 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA09578 for ; Fri, 17 Dec 2004 19:45:24 +0100 (MET) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iBHIjOih029895 for ; Fri, 17 Dec 2004 19:45:24 +0100 Received: by rproxy.gmail.com with SMTP id g11so95321rne for ; Fri, 17 Dec 2004 10:45:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=pUmvM8nfL+gJl2OskGY77yq3rzns7h/udSH27wWIebSZlK/KkPeH8x3IIJYiROEAxihy6RJ3GlNu9otQL1FYXdwFq1c7lUr5SsTSciOwELSdLgeHz+gj5kmdogRlu0R5n86wE7muCUjakMwCZm7g1wspPzxRejypgvS8q+bpmtw= Received: by 10.38.81.76 with SMTP id e76mr2815rnb; Fri, 17 Dec 2004 10:45:23 -0800 (PST) Received: by 10.38.90.24 with HTTP; Fri, 17 Dec 2004 10:45:23 -0800 (PST) Message-ID: Date: Fri, 17 Dec 2004 18:45:23 +0000 From: Tiago Dionizio Reply-To: Tiago Dionizio To: Christophe TROESTLER Subject: Re: [Caml-list] Poly variants Cc: "O'Caml Mailing List" In-Reply-To: <20041217.192413.37282635.Christophe.Troestler@umh.ac.be> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041217.192413.37282635.Christophe.Troestler@umh.ac.be> X-Miltered: at nez-perce with ID 41C32945.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 41C32944.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 variants:01 christophe:01 troestler:01 christophe:01 troestler:01 umh:01 wrote:01 ocaml:01 htmlman:01 lowercase:01 lowercase:01 ocaml:01 poly:01 portability:02 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.5 required=5.0 tests=FROM_ENDS_IN_NUMS,RCVD_BY_IP autolearn=disabled version=3.0.0 X-Spam-Level: On Fri, 17 Dec 2004 19:24:13 +0100 (CET), Christophe TROESTLER wrote: > Hi, > > Objective Caml version 3.08.2 > # `a;; > - : [> `a ] = `a > > Is the lack of capitalisation in the tag-name really wanted? http://caml.inria.fr/ocaml/htmlman/manual011.html Note on variant tags: the current implementation accepts lowercase variant tags in addition to uppercase variant tags, but we suggest you avoid lowercase variant tags for portability and compatibility with future OCaml versions.