Browse thread
[Caml-list] Programming with 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: | Erik de Castro Lopo <ocaml-erikd@m...> |
| Subject: | [Caml-list] Programming with modules |
Hi all, Say I have a module (main.ml) and an interface (main.mli) which defines a type maintype. However, main.ml is getting a little large and I'd like to split some of the functionality out into another file, but still have access to maintype in the new file. Unfortunately, Ocaml doesn't allow mutual dependancies across acoss files. Does anybody have any suggestions on how to get around this? TIA, Erik -- +-----------------------------------------------------------+ Erik de Castro Lopo nospam@mega-nerd.com (Yes it's valid) +-----------------------------------------------------------+ "Crap can work. Given enough thrust pigs will fly, but it's not necessary a good idea." -- Alexander Viro on linux-kernel mailing list ------------------- 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