Browse thread
[Caml-list] module / directory tree OR #include for camp4
-
Jean-Baptiste Rouquier
- Richard Jones
- Sylvain LE GALL
[
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: | Sylvain LE GALL <sylvain.le-gall@p...> |
| Subject: | Re: [Caml-list] module / directory tree OR #include for camp4 |
Hello, On Mon, Apr 26, 2004 at 03:10:27PM +0200, Jean-Baptiste Rouquier wrote: > Hello list ! > I then thought of (file plot.ml) > module Line = struct > #use "plot/line.ml" > end > but it's not accepted by camlp4. o> Humm, i read you message very fast, so forgive me if i don't reply to your question precisely... I think what you want is : #cd "plot" #use "line.ml" #cd ".." I think it is working... Kind regard Sylvain Le Gall ps : don't use "plot/line.ml" anyway : "/" is not portable acrosse filesystem standard. ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners