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 concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 51C84BBAF for ; Tue, 11 Jul 2006 16:43:02 +0200 (CEST) Received: from hedwig1.umh.ac.be (hedwig2.umh.ac.be [193.190.193.73]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k6BEgwLg026433 for ; Tue, 11 Jul 2006 16:43:02 +0200 Received: from poincare.swapping.umh.ac.be (mathwifi.swapping.umh.ac.be [10.102.100.203]) by hedwig1.umh.ac.be (8.13.6/8.13.6) with ESMTP id k6BEimZ62412684; Tue, 11 Jul 2006 16:44:48 +0200 Received: from localhost ([127.0.0.1]) by poincare.swapping.umh.ac.be with esmtp (Exim 4.62) (envelope-from ) id 1G0JRp-0002ux-VF; Tue, 11 Jul 2006 16:42:50 +0200 Date: Tue, 11 Jul 2006 16:42:49 +0200 (CEST) Message-Id: <20060711.164249.72518146.Christophe.Troestler@umh.ac.be> To: christos.jonathan.hayward@gmail.com Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] "Hello web" please From: Christophe TROESTLER In-Reply-To: References: <20060710.174800.180966261.Christophe.Troestler@umh.ac.be> X-Face: #2fb%mPx>rRL@4ff~TVgZ"<[:,oL"`TUEGK/[8/qb58~C>jR(x4A+v/n)7BgpEtIph_neoLKJBq0JBY9:}8v|j Organization: Universite de Mons-Hainaut (http://math.umh.ac.be/an/) X-Spook: ASIO Hugo Chavez Glock Sundevil bce Albanian Zachawi JFK Ansar al-Islam SAPO X-Blessing: Om Ah Hum Vajra Guru Pema Siddhi Hum X-Operating-System: Debian GNU/Linux (http://www.debian.org/) X-Mailer: Mew version 4.2.52 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.1 (www dot roaringpenguin dot com slash mimedefang) X-Miltered: at concorde with ID 44B3B8F2.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; christophe:01 troestler:01 christophe:01 troestler:01 umh:01 syntax:01 syntax:01 foo:01 foo:01 suppresses:98 wrote:01 caml-list:01 argument:01 argument:01 let:03 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=none autolearn=disabled version=3.0.3 On Tue, 11 Jul 2006, "Jonathan Hayward http://JonathansCorner.com" wrote: > > File "./demo.ml", line 35, characters 2-5: > Syntax error > > The line in question is: > > | "1" -> "Yes" > > Is there some irritating little syntax error around line 35? Well, I do not know the reason but it is the second time "you" suppresses the necessary "in". The line > let foo = cgi#argument_value "foo" should read let foo = cgi#argument_value "foo" in (it is present in my attached file, what happened???) ChriS