From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 76101BB83 for ; Tue, 4 Jul 2006 17:45:36 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k64Fjb9Q031860 for ; Tue, 4 Jul 2006 17:45:37 +0200 Received: by ug-out-1314.google.com with SMTP id j3so1230783ugf for ; Tue, 04 Jul 2006 08:45:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lhMGd1C1ERl96Y5Sqh+q8ZxZR9gsS3TkXGpGNOvwOTUj5F96KhzevKEjL+Iv9N+lHEDv9vYfaEuptSJ8PzYXuUNZ8GQUjXmMzSNyyUrkp6rXBRVEGQbnbNu2h3ERuSRpd4zzAIvyorVbSol409xflCBk7tlOL3DL7gynhD1QaNA= Received: by 10.78.164.13 with SMTP id m13mr2764558hue; Tue, 04 Jul 2006 08:45:34 -0700 (PDT) Received: by 10.78.149.4 with HTTP; Tue, 4 Jul 2006 08:45:33 -0700 (PDT) Message-ID: <9d3ec8300607040845u693c17eay8a4207c3ad137ec4@mail.gmail.com> Date: Tue, 4 Jul 2006 17:45:33 +0200 From: "Till Varoquaux" To: "Aws Albarghouthi" Subject: Re: [Caml-list] beginner Cc: caml-list@yquem.inria.fr In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-j-chkmail-Score: MSGID : 44AA8D21.001 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 44AA8D21.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; beginner's:01 ocaml:01 beginners:01 ocaml:01 compilation:01 beginner's:01 beginners:01 bug:01 2.5:98 mailling:98 wrote:01 unbound:01 caml-list:01 caml-list:01 functions:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP autolearn=disabled version=3.0.3 The list where beginner's questions are addressed is: http://groups.yahoo.com/group/ocaml_beginners Your problem is addressed in the ocaml manual under: 2.5 Modules and separate compilation on the website (http://caml.inria.fr/pub/docs/manual-ocaml/manual004.html) Please understand that there are a lot of computer science top hats (which I'm not) reading this mailling list and that you are wasting their time asking for basic informations. Regards, Till On 7/4/06, Aws Albarghouthi wrote: > Good day, > > I am an ocaml beginner and I am trying to modify an open source > application. I'm facing the problem that functions within a file > can't call each other. I'm getting the error Unbound value . > > Thank you, > Aws > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >