Browse thread
[Caml-list] mutually dependent modules
[
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: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] mutually dependent modules |
>Let's suppose that we have two mutually dependent modules, a.ml and >b.ml, i.e. in b.ml there is a call like A.f1() and in a.ml there is a >call like B.f2(). The question is how to link these modules? You can't. Caml doesn't support circular references in modules. Search the list for lots of threads and in-depth discussion on this topic. Chris ------------------- 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