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 EE1A4BB9C for ; Mon, 21 Nov 2005 10:47:13 +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 jAL9lDrT007968 for ; Mon, 21 Nov 2005 10:47:13 +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 KAA13174 for ; Mon, 21 Nov 2005 10:47:13 +0100 (MET) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id jAL9lCuo000546 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 21 Nov 2005 10:47:12 +0100 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first.in-berlin.de (e178037213.adsl.alicedsl.de [85.178.37.213]) (authenticated bits=0) by einhorn.in-berlin.de (8.12.10/8.12.10/Debian-4) with ESMTP id jAL9l7Sl011767 for ; Mon, 21 Nov 2005 10:47:07 +0100 Received: by first.in-berlin.de (Postfix, from userid 501) id 9A8AC1A1944; Mon, 21 Nov 2005 10:46:29 +0100 (CET) Date: Mon, 21 Nov 2005 10:46:29 +0100 From: Oliver Bandel To: caml-list@inria.fr Subject: Re: [Caml-list] Feature wish: to omit explicit coercion for mli's Message-ID: <20051121094629.GC829@first.in-berlin.de> References: <20051121.183530.68544487.keiko@kurims.kyoto-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051121.183530.68544487.keiko@kurims.kyoto-u.ac.jp> User-Agent: Mutt/1.5.6i X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Miltered: at nez-perce with ID 438197A1.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 438197A0.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; oliver:01 bandel:01 oliver:01 in-berlin:01 caml-list:01 mli:01 mli:01 wrote:01 coercion:01 coercion:01 match:02 match:02 rewritten:02 explicit:03 explicit:03 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.3 On Mon, Nov 21, 2005 at 06:35:30PM +0900, Keiko Nakata wrote: > Hello, > > it would be nice if I can omit explicit type coercion > to match .ml files with .mli's. > > For instance, the following obj.ml does not match with obj.mli. Your feature wish is a bug-wish. ;-) If *.ml and *.mli do not match, then you have written code that better would be rewritten, to say it nicely. ;-) Ciao, Oliver