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=0.2 required=5.0 tests=AWL autolearn=disabled version=3.1.3 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 37B05BC6B for ; Wed, 12 Dec 2007 07:54:06 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAJMUX0fBMVMQh2dsb2JhbACPagEBAQgKKQ X-IronPort-AV: E=Sophos;i="4.24,155,1196636400"; d="scan'208";a="6720990" Received: from minbis.univ-orleans.fr (HELO min.univ-orleans.fr) ([193.49.83.16]) by mail3-smtp-sop.national.inria.fr with ESMTP; 12 Dec 2007 07:54:05 +0100 Received: from smtps.univ-orleans.fr (localhost [127.0.0.1]) by min.univ-orleans.fr (Postfix) with ESMTP id BFAE212B371; Wed, 12 Dec 2007 07:54:05 +0100 (CET) Received: from [192.168.0.1] (lau18-1-82-246-197-195.fbx.proxad.net [82.246.197.195]) by smtps.univ-orleans.fr (Postfix) with ESMTP id 4FB1336E5B; Wed, 12 Dec 2007 07:54:05 +0100 (CET) Subject: Camlp4 error messages (was Re: Re : [Caml-list] Ask for a more efficient way to deallocate memory) From: David Teller To: Matthieu Wipliez Cc: caml-list In-Reply-To: <346815.54459.qm@web27001.mail.ukl.yahoo.com> References: <346815.54459.qm@web27001.mail.ukl.yahoo.com> Content-Type: text/plain Date: Wed, 12 Dec 2007 07:54:07 +0100 Message-Id: <1197442447.21187.1.camel@Blefuscu> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; camlp:01 ens-lyon:01 parser:01 parser:01 camlp:01 type-checker:01 yitzhak:01 syntax:01 cheers:01 caml-list:01 int:01 int:01 revised:02 deallocate:03 clarify:04 > Just to clarify : the error messages from the *parser* are completely different. Everything after the parser is the same with or without camlp4. Most importantly, you don't have to learn new type-checker messages. > > > Yitzhak Which might not always be a good thing. That is, in the revised syntax, for instance, you write "list int" instead of "int list" -- but the error message remains "int list". Cheers, David