Browse thread
[Caml-list] mutually recursive modules, different files?
- shaddin
[
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: | shaddin <shaddin@m...> |
| Subject: | [Caml-list] mutually recursive modules, different files? |
I am using two sizable mutually recursive modules. The syntax right now forces me to define them in the same file encapsulated in another compile-level module, which is pretty bulky. Is there an elegant way to define the modules in seperate files and have the compiler take care of the mutual recursion somehow? ------------------- 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