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 31F56BB9C for ; Wed, 14 Sep 2005 16:16:51 +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 j8EEGo4U029876 for ; Wed, 14 Sep 2005 16:16:50 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA02608 for ; Wed, 14 Sep 2005 16:16:50 +0200 (MET DST) Received: from copper.three-tuns.net (copper.three-tuns.net [193.201.200.235]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j8EEGnfH029871 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Wed, 14 Sep 2005 16:16:49 +0200 Received: from mark by copper.three-tuns.net with local (Exim 4.52) id 1EFY49-0004kH-7i for caml-list@inria.fr; Wed, 14 Sep 2005 15:16:49 +0100 Date: Wed, 14 Sep 2005 15:16:49 +0100 From: Mark Shinwell To: caml-list@inria.fr Subject: Dumping of Typedtree Message-ID: <20050914141649.GF5470@three-tuns.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: Mark Shinwell X-Miltered: at concorde with ID 432830D2.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 432830D1.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; shinwell:01 shinwell:01 typedtree:01 o'caml:01 syntax:01 typedtree:01 compiler:01 compiler:01 moderately:01 maintainers:01 tree:02 typed:04 structure:04 looks:07 mainly:09 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=none autolearn=disabled version=3.0.3 This is mainly directed at the current O'Caml maintainers. 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. Mark