From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA01689; Wed, 18 Jun 2003 10:59:23 +0200 (MET DST) 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 KAA02198 for ; Wed, 18 Jun 2003 10:59:22 +0200 (MET DST) Received: from indyio.rz.uni-saarland.de (indyio.rz.uni-saarland.de [134.96.7.3]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h5I8xLH09639 for ; Wed, 18 Jun 2003 10:59:21 +0200 (MET DST) Received: from uni-sb.de (uni-sb.de [134.96.7.230]) by indyio.rz.uni-saarland.de (8.12.9/8.12.5) with ESMTP id h5I8xKai7609130 for ; Wed, 18 Jun 2003 10:59:20 +0200 (CEST) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.9/2003020700) with ESMTP id h5I8xKVU015518 for ; Wed, 18 Jun 2003 10:59:20 +0200 (CEST) Received: from mail.cs.uni-sb.de (mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.9/2003020700) with ESMTP id h5I8x6st015438 for ; Wed, 18 Jun 2003 10:59:19 +0200 (CEST) Received: from ps.uni-sb.de (grizzly.ps.uni-sb.de [134.96.186.68]) by mail.cs.uni-sb.de (8.12.9/2003061700) with ESMTP id h5I8u5dF003916 for ; Wed, 18 Jun 2003 10:56:05 +0200 (CEST) X-Authentication-Warning: email: Host grizzly.ps.uni-sb.de [134.96.186.68] claimed to be ps.uni-sb.de Received: from ps.uni-sb.de (zoidberg.ps.uni-sb.de [134.96.186.121]) by ps.uni-sb.de (8.11.6/8.11.0) with ESMTP id h5I8u5U31813; Wed, 18 Jun 2003 10:56:05 +0200 Message-ID: <3EF02925.2000909@ps.uni-sb.de> Date: Wed, 18 Jun 2003 10:56:05 +0200 From: Andreas Rossberg User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: de, en MIME-Version: 1.0 To: caml-list@inria.fr Subject: Re: [Caml-list] signature mismatch References: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; rossberg:01 uni-sb:01 caml-list:01 mismatch:01 signoles:01 pietro:01 abate:01 struct:01 darkened:01 munching:01 repetitive:01 kristian:01 listening:02 identifier:03 module:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Julien Signoles wrote: > On Tue, 17 Jun 2003, Andreas Rossberg wrote: > >>Pietro Abate wrote: >> >>>how can I force BB.t to be the same as AA.t ? >> >>module BB : A2 with type t = A1.t = struct >> type t = A1.t >> let toast f1 f2 = false >>end > > It does not work because A1 is used as a structure identifier. > It's ok if you replace A1 by AA. Of course, you are completely right. Should have reread my reply before posting... -- Andreas Rossberg, rossberg@ps.uni-sb.de "Computer games don't affect kids; I mean if Pac Man affected us as kids, we would all be running around in darkened rooms, munching magic pills, and listening to repetitive electronic music." - Kristian Wilson, Nintendo Inc. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners