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 2E543BBC4 for ; Tue, 31 Jan 2006 10:43:48 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k0V9hldg000562 for ; Tue, 31 Jan 2006 10:43:47 +0100 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 KAA18130 for ; Tue, 31 Jan 2006 10:43:47 +0100 (MET) Received: from mail.trusted-logic.com (mail.trusted-logic.com [62.240.237.76]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id k0V9hkHp010269 for ; Tue, 31 Jan 2006 10:43:47 +0100 Received: from localhost (crozetdeux [127.0.0.1]) by mail.trusted-logic.com (Postfix) with ESMTP id B26D42A01FF for ; Tue, 31 Jan 2006 10:43:46 +0100 (CET) Received: from mail.trusted-logic.com ([127.0.0.1]) by localhost (crozetdeux [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29302-04 for ; Tue, 31 Jan 2006 10:43:46 +0100 (CET) Received: from maio.trusted-logic.fr (maio [192.168.1.133]) by mail.trusted-logic.com (Postfix) with ESMTP id 9E8D52A01FE for ; Tue, 31 Jan 2006 10:43:46 +0100 (CET) Received: from localhost (maio.trusted-logic.fr [127.0.0.1]) by maio.trusted-logic.fr (Postfix) with ESMTP id 8AC0653C097 for ; Tue, 31 Jan 2006 10:43:46 +0100 (CET) Received: from maio.trusted-logic.fr ([127.0.0.1]) by localhost (maio [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01016-06 for ; Tue, 31 Jan 2006 10:43:46 +0100 (CET) Received: from [192.168.1.88] (yap.trusted-logic.fr [192.168.1.88]) by maio.trusted-logic.fr (Postfix) with ESMTP id 763E253C05D for ; Tue, 31 Jan 2006 10:43:46 +0100 (CET) Message-ID: <43DF3152.2010103@trusted-logic.fr> Date: Tue, 31 Jan 2006 10:43:46 +0100 From: Yann Coscoy Organization: Trusted Logic User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: fr, en MIME-Version: 1.0 To: caml-list@inria.fr Subject: Re: [Caml-list] modules References: <3dd983220601310133n77a1ff39lb6c224f2869f29ac@mail.gmail.com> In-Reply-To: <3dd983220601310133n77a1ff39lb6c224f2869f29ac@mail.gmail.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at trusted-logic.fr X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at trusted-logic.fr X-Miltered: at nez-perce with ID 43DF3153.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 43DF3152.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; yann:01 yann:01 caml-list:01 submodules:01 ocamlc:01 brendan:98 modules:01 module:03 ecrit:04 classes:06 file:08 example:10 should:13 files:18 manageable:23 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 Brendan Miller a écrit : > can a single module be made in several files? for example, if I had > several classes or submodules and wanted to put one in each .ml file > to make it more manageable. You should have a look to option '-pack' of ocamlc and ocmlopt. Yann Coscoy