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 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 1EF53BC69 for ; Fri, 11 May 2007 07:22:36 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4B5MZSs012366 for ; Fri, 11 May 2007 07:22:35 +0200 Received: by nz-out-0506.google.com with SMTP id l8so924994nzf for ; Thu, 10 May 2007 22:22:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YXWAyrcdCuNyrgU7GxWmuUyU2UPsKTlpz9VGKAKoxSoLNdcCTOe7JzxBSyjnUiJfelsk/Vtk+w8o7bVPs3jFZYI7ATVaE/Y8YFC0iUqP6yFsoZ4rcKcELNi5buQPkU7aw/+4VVwMaS7oNhmkvYoLP3gABIqWfv0ypErJv3kWfG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pf6jcVtiyhdER6Dm8ohid0VYPCBnt8GpAbWyQbD2ojnsWgmGTugFHaLKbDA/3OeJMlHYwVGraCXaYD9zGREc5R/Hi5mTRFmStY7vIhXD03MzGiFVXaQVAkxZkeEImZX4Q9V6gBTOOjKIX3JMGTMwlNA6PfVfZbDwZIYtJZtJgNk= Received: by 10.114.160.1 with SMTP id i1mr863979wae.1178860954408; Thu, 10 May 2007 22:22:34 -0700 (PDT) Received: by 10.114.183.4 with HTTP; Thu, 10 May 2007 22:22:34 -0700 (PDT) Message-ID: Date: Fri, 11 May 2007 07:22:34 +0200 From: "Nicolas Pouillard" To: "Till Varoquaux" Subject: Re: Two camlp4 bugs with constraints Cc: "ocaml ml" In-Reply-To: <9d3ec8300704300947x4edb91bas18b895edb6a0574e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9d3ec8300704300947x4edb91bas18b895edb6a0574e@mail.gmail.com> X-j-chkmail-Score: MSGID : 4643FD9B.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 4643FD9B.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 translated:01 bug:01 wrote:01 constraint:01 constraint:01 int:01 int:01 constraints:03 bugs:03 bugs:03 missing:07 nicolas:08 nicolas:08 printed:12 On 4/30/07, Till Varoquaux wrote: > _ > type 'a p = 'b > constraint 'a = < b : 'b> > > is translated to: > > type 'a p constraint 'a = < b : 'b > > > > _There is also a bug in the prettyprinter: > > type 'a p = int > constraint 'a = < b : 'b; ..> > is printed as: (note the missing semi-colomn) > type 'a p = int constraint 'a = < b : 'b .. > These two bugs are fixed now. Regards, -- Nicolas Pouillard