Browse thread
"Hello web" please
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christophe TROESTLER <Christophe.Troestler@u...> |
| Subject: | Re: [Caml-list] "Hello web" please |
On Tue, 11 Jul 2006, "Jonathan Hayward http://JonathansCorner.com" <christos.jonathan.hayward@gmail.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