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 nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id C2D64BBBB for ; Fri, 10 Feb 2006 03:58:15 +0100 (CET) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k1A2wEbM009784 for ; Fri, 10 Feb 2006 03:58:15 +0100 Received: by zproxy.gmail.com with SMTP id q3so325363nzb for ; Thu, 09 Feb 2006 18:58:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KjPLUK3yRtuGveEOf48+02ZG7kSsnR5J0qXRrMZaswXMMJDYqSJvPOSdFVzOMIZgNIB8T83PtPUu1RLnAkAIaSmC4Co6u0oREg3vCWFhg55ccx7eigmyJH4WJdDTkeJBLRiMD07E7djTmjdowcQ/Ow+vxC7mIeIVIXc2rNpRFOQ= Received: by 10.65.181.17 with SMTP id i17mr2352520qbp; Thu, 09 Feb 2006 18:58:14 -0800 (PST) Received: by 10.65.35.3 with HTTP; Thu, 9 Feb 2006 18:58:14 -0800 (PST) Message-ID: Date: Fri, 10 Feb 2006 15:58:14 +1300 From: Jonathan Roewen To: OCaml Subject: [Caml-list] Toplevel Wish MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 43EC0147.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 toplevel:01 toplevel:01 printf:01 sig:01 seems:03 module:03 module:03 interface:05 displaying:08 awesome:90 gmail:09 think:11 end:11 some:12 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 Hi, I think it would be awesome if the toplevel would be able to spit out the interface to a module. Like: # Printf;; and it prints out a Module =3D sig ... end of the module if found. or some other facility to view this information in the toplevel. Seems it is capable of displaying pretty much everything else... Jonathan