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 EAA22109; Thu, 13 Dec 2001 04:45:06 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 EAA21656 for ; Thu, 13 Dec 2001 04:45:05 +0100 (MET) Received: from Snoopy.UCIS.Dal.Ca (Snoopy.UCIS.Dal.Ca [129.173.1.10]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id fBD3ixH07526 for ; Thu, 13 Dec 2001 04:44:59 +0100 (MET) Received: from 129.173.2.173 (WebMail.UCIS.Dal.Ca [129.173.1.95]) by Snoopy.UCIS.Dal.Ca (8.10.1/8.10.1) with ESMTP id fBD3iwa27665 for ; Wed, 12 Dec 2001 23:44:58 -0400 (AST) X-WebMail-UserID: mabaleka@mail.cs.dal.ca Date: Wed, 12 Dec 2001 23:44:22 -0400 From: Emmanuel Mabaleka To: caml-list X-EXP32-SerialNo: 00002905 Subject: RE: [Caml-list] newbie question Message-ID: <3C250186@129.173.2.173> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: WebMail (Hydra) SMTP v3.61.07 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hie, I have OCaml ver 3.02 for Windows and I have been playing with examples from Chapter 9 (Basic Input/Output) of the tutorial "Functional programming using Caml Light", 1995 from http://caml.inria.fr/distrib-caml-light-eng.htm. In the interactive mode, when I type # std_in;; I get the error "unbound value std_in". I thought this channel along with std_out and std_err are supposed to be predefined. Consequently the standalone example count.ml in Chapter 11 (StandAlone Programs) also gives the error "unbound value std_in" when I type the command "ocamlc -o count.exe count.ml". What am I missing? Thanks... Emmanuel ------------------- 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