Browse thread
[Caml-list] Test release Objective Caml 3.03 Alpha
[
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: | 2001-10-14 (18:06) |
From: | Christophe TROESTLER <debian00@t...> |
Subject: | Re: [Caml-list] Test release Objective Caml 3.03 Alpha |
On Fri, 12 Oct 2001, Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr> wrote: > > On Fri, Oct 12, 2001 at 07:39:54PM +0200, Christophe TROESTLER wrote: > > > * Does the above means it is not possible anymore to use "parser" > > under the interactive system? > > Yes, do: > #load "camlp4o.cma";; Thanks, that indeeds works under the interactive toplevel system. However the script mode i.e., ocaml file.ml, fails even with file.ml being as simple as ---------------------------------------- #load "camlp4o.cma" let f = parser | [< _ >] -> 0 ---------------------------------------- What is the problem ? ChriS ------------------- 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