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.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 97679BB84 for ; Thu, 25 Sep 2008 14:19:58 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At0BAJIe20iK6AGOmmdsb2JhbACOHoUBAQEBAQEICwoHEacogWU X-IronPort-AV: E=Sophos;i="4.33,308,1220220000"; d="scan'208";a="15337505" Received: from lmr1.uibk.ac.at (HELO smtp.uibk.ac.at) ([138.232.1.142]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Sep 2008 14:19:58 +0200 Received: from [138.232.66.221] (pc6221-c703.uibk.ac.at [138.232.66.221] christian.sternagel@uibk.ac.at) (authenticated bits=0) by smtp.uibk.ac.at (8.13.8/8.13.8/F1) with ESMTP id m8PCJrNp022483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 25 Sep 2008 14:19:54 +0200 Message-ID: <48DB81D8.1080101@uibk.ac.at> Date: Thu, 25 Sep 2008 14:19:36 +0200 From: Christian Sternagel User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: Default module type? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.61 at uibk.ac.at on 138.232.1.140 X-Spam: no; 0.00; mli:01 mli:01 cheers:01 namely:02 seems:03 module:03 module:03 types:05 problem:05 interface:06 content:89 file:11 file:11 however:13 exist:13 Hi there, when I have a file m.ml I can use include M in other *.ml files to include the content of m.ml. However, the same functionality for module types seems not to exist. I have an interface file m.mli and want to use include M within another *.mli file (so that I only have to write the documentation for module M once, namely in m.mli). But there is no module type M. Does anyone have the same problem and/or have a solution? cheers christian sternagel