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 WAA26774; Fri, 7 Dec 2001 22:28:21 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id WAA26813 for ; Fri, 7 Dec 2001 22:28:20 +0100 (MET) Received: from web9207.mail.yahoo.com (web9207.mail.yahoo.com [216.136.129.40]) by nez-perce.inria.fr (8.11.1/8.11.1) with SMTP id fB7LSJ503957 for ; Fri, 7 Dec 2001 22:28:19 +0100 (MET) Message-ID: <20011207212818.27730.qmail@web9207.mail.yahoo.com> Received: from [63.195.80.23] by web9207.mail.yahoo.com via HTTP; Fri, 07 Dec 2001 13:28:18 PST Date: Fri, 7 Dec 2001 13:28:18 -0800 (PST) From: Charles Martin Subject: [Caml-list] type proofs To: caml-list@inria.fr MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I have the usual kind of type error: Values do not match: val send : ('a, int, 'b) t -> 'a -> int is not included in val send : ('a, 'b, 'c) t -> 'a -> int Now, this is just the tip of an iceberg that goes very deep. Does anyone have a tool somewhere that will print out a more complete type proof? I could check such a proof over to find the true mistake. Failing such a tool, can anyone suggest some power techniques that will speed up my type debugging? Thanks! __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr