You should compile all your modules with ocamlc to produce the files a.cmo and b.cmo and then run ocaml b.cmo a.cmo (the order is important because B must be loaded before A).
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
#use A.ml? - hivert