From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id B74DEBB9C for ; Wed, 14 Sep 2005 19:54:35 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j8EHsZA4017125 for ; Wed, 14 Sep 2005 19:54:35 +0200 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 TAA07070 for ; Wed, 14 Sep 2005 19:54:34 +0200 (MET DST) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.194]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j8EHsV2K028243 for ; Wed, 14 Sep 2005 19:54:34 +0200 Received: by nproxy.gmail.com with SMTP id n15so1131nfc for ; Wed, 14 Sep 2005 10:54:31 -0700 (PDT) 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:content-disposition:references; b=pJlCI4wBrT647rw0Mf6hlsCZXJ7l9hjAfzbvLuoP/5xVdLWs3GnZV3fbMVFfmBCIABpsUHlx2d3LMZjRmoDugNQcVQO0mFi0g2Mah61zRxyyDG4xd8IBUBmDZE6s1UKttPEjwbFXqsEYR8rNgzu4/HR3Bm3jweHIp0UbfxmFKmI= Received: by 10.48.49.9 with SMTP id w9mr52524nfw; Wed, 14 Sep 2005 10:54:31 -0700 (PDT) Received: by 10.48.42.5 with HTTP; Wed, 14 Sep 2005 10:54:31 -0700 (PDT) Message-ID: <6b8a9142050914105455b05606@mail.gmail.com> Date: Wed, 14 Sep 2005 19:54:31 +0200 From: Remi Vanicat Reply-To: remi.vanicat@gmail.com To: Mark Shinwell Subject: Re: [Caml-list] Dumping of Typedtree Cc: caml-list@inria.fr In-Reply-To: <20050914141649.GF5470@three-tuns.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050914141649.GF5470@three-tuns.net> X-Miltered: at concorde with ID 432863DB.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 432863D7.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 typedtree:01 shinwell:01 shinwell:01 o'caml:01 syntax:01 typedtree:01 compiler:01 compiler:01 moderately:01 syntax:01 ocamlc:01 maintainers:01 remi:01 remi:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 2005/9/14, Mark Shinwell : > This is mainly directed at the current O'Caml maintainers. >=20 > Does there exist anywhere a piece of code for dumping the typed syntax > tree representations (values of type Typedtree.structure etc) which are > used inside the compiler? I can't find anything in the compiler to do > this at the moment, and it looks moderately tedious to write. I don't know if it is the typed syntax tree representation, but you coul look to the -dtypes option of ocamlc ?