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 QAA30347; Tue, 13 Apr 2004 16:00:49 +0200 (MET DST) 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 QAA29972 for ; Tue, 13 Apr 2004 16:00:48 +0200 (MET DST) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i3DE1jjq032584 for ; Tue, 13 Apr 2004 16:01:46 +0200 Received: from [192.168.1.200] (ppp116-94.lns1.syd2.internode.on.net [150.101.116.94]) by smtp3.adl2.internode.on.net (8.12.9/8.12.9) with ESMTP id i3DE0avM057629; Tue, 13 Apr 2004 23:30:43 +0930 (CST) Subject: Re: [Caml-list] What does this mean? From: skaller Reply-To: skaller@users.sourceforge.net To: skaller@users.sourceforge.net Cc: caml-list In-Reply-To: <1081830404.20677.508.camel@pelican> References: <1081830404.20677.508.camel@pelican> Content-Type: text/plain Message-Id: <1081864835.20677.619.camel@pelican> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 14 Apr 2004 00:00:36 +1000 Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 sourceforge:01 2004:99 argg:01 int':01 9660:01 glebe:01 int:01 int:01 nsw:01 snail:02 ast:02 ast:02 literals:02 float:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk X-Status: X-Keywords: X-UID: 273 On Tue, 2004-04-13 at 14:26, skaller wrote: > Can someone explain what this means .. > > Invalid_argument("equal: abstract value") Argg! Found it! Hmmm. My representation of literals is the problem: and literal_t = [ | `AST_int of string * big_int | `AST_string of string | `AST_cstring of string | `AST_wstring of string | `AST_ustring of string | `AST_float of string * string ] where you see 'big_int' is an abstract type. I'm lucky, I can fix this easily, 'List.assoc' is easy to rewrite :D -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- 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