What do I need, the following source should have tree layout:
src / a ml BML ... Test / AML BML ...
Is it possible for different modules and Scripts / AML modules A and A / Trial. ML Modules such as Tests. a?
Actually, there is a problem with ocamlfind ( UPD: omake ), it thinks that the test / A.ml src / a Depending on ml, instead of
Of course, I can just rename tests, such as test / aTest.ml, but I would like to avoid doing this. And I do not believe that it is impossible to separate the named files in the entire source tree (about the purpose of distinction - is not it what folders and the entire hierarchical file system are for?) Thanks a lot!
-pack
option to group under compiled object group Can be a module name.
Actually, there is a problem with the Okamfind: it thinks that testing / AM Src / a.ml
OCilfind does not deal with deps between source files The Ocaml compiler will not be able to solve module names in such setup itself.
And of course, the source tree is better to avoid evenly named files :)
Comments
Post a Comment