From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id B0C41BB9C for ; Thu, 22 Dec 2005 06:57:53 +0100 (CET) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jBM5vqim000959 for ; Thu, 22 Dec 2005 06:57:53 +0100 Received: by zproxy.gmail.com with SMTP id z31so311750nzd for ; Wed, 21 Dec 2005 21:57:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=M8qilj4LLjwBVjvCakslVqclAYUORi+suPduUeYPYaXuJYG8J4U0SxV19hmuHzjV/F6trNPKIT+5yEXC1grsLri/v0iPYl0OkidnoPiFAPCK/BnY6VPvb6XKOVp/qhxSTv3Khmp5sd6mlk5T4uGxkih5FMroeovC+enjl4zGA04= Received: by 10.64.21.10 with SMTP id 10mr66298qbu; Wed, 21 Dec 2005 21:57:52 -0800 (PST) Received: by 10.65.23.16 with HTTP; Wed, 21 Dec 2005 21:57:52 -0800 (PST) Message-ID: Date: Thu, 22 Dec 2005 18:57:52 +1300 From: Jonathan Roewen To: caml-list@yquem.inria.fr Subject: [Caml-list] toplevellib.cma broken? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 43AA4060.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 toplevellib:01 toplevellib:01 parsing:01 typecode:01 parsing:01 expression:01 expression:01 kernel:01 kernel:01 cma:01 int:01 int:01 caml:02 caml:02 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 Hi, I'm trying to use toplevellib in my kernel, and I'm having some -very- weird problems. Here's a sample session on my kernel: caml> 45;; - : int =3D 45 caml> print_int 4;; Error parsing/evaluating expression: Typecode.Error(_,_) caml> 45.67;; Error parsing/evaluating expression: Failure("float_of_string") caml> 45;; Error parsing/evaluating expression: Failure("float_of_string")