From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id B19357EEAF for ; Thu, 24 Jan 2013 23:59:45 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of ecc@cmu.edu) identity=pra; client-ip=128.2.217.197; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="ecc@cooper-siegel.org"; x-sender="ecc@cmu.edu"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of ecc@cooper-siegel.org) identity=mailfrom; client-ip=128.2.217.197; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="ecc@cooper-siegel.org"; x-sender="ecc@cooper-siegel.org"; x-conformance=sidf_compatible Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@smtp02.srv.cs.cmu.edu) identity=helo; client-ip=128.2.217.197; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="ecc@cooper-siegel.org"; x-sender="postmaster@smtp02.srv.cs.cmu.edu"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmcBAFO8AVGAAtnFiWdsb2JhbABEvkoWDgEBARUSFAUigh4BAQEEOk8LGAkTEg8FGIhetRSJCY1SgykDiGGNKpNf X-IPAS-Result: AmcBAFO8AVGAAtnFiWdsb2JhbABEvkoWDgEBARUSFAUigh4BAQEEOk8LGAkTEg8FGIhetRSJCY1SgykDiGGNKpNf X-IronPort-AV: E=Sophos;i="4.84,532,1355094000"; d="scan'208";a="129765" Received: from smtp02.srv.cs.cmu.edu ([128.2.217.197]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Jan 2013 23:59:44 +0100 Received: from stratocaster.home (pool-108-17-121-184.pitbpa.fios.verizon.net [108.17.121.184]) (authenticated bits=0) by smtp02.srv.cs.cmu.edu (8.13.6/8.13.6) with ESMTP id r0OMxfqa009367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 24 Jan 2013 17:59:42 -0500 (EST) Received: by stratocaster.home (Postfix, from userid 1000) id 9E3E71D06004; Thu, 24 Jan 2013 18:00:59 -0500 (EST) Date: Thu, 24 Jan 2013 18:00:59 -0500 From: Eric Cooper To: caml-list@inria.fr Message-ID: <20130124230059.GQ8635@cooper-siegel.org> Mail-Followup-To: caml-list@inria.fr References: <5101B504.3050903@mcmaster.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5101B504.3050903@mcmaster.ca> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: mimedefang-cmuscs on 128.2.217.197 Subject: Re: [Caml-list] Unexpected parsing On Thu, Jan 24, 2013 at 05:26:12PM -0500, Jacques Carette wrote: > Why is > > true ;; > parsed as Pexp_construct rather than Pexp_ident ? [This is Ocaml 4.01]. Perhaps to be consistent with type bool = false | true -- Eric Cooper e c c @ c m u . e d u