module A = struct open B ... end module B = struct ... end
是否可以让OCaml顶级/ utop加载带有所有依赖项的A.ml(即#use“./A.ml”自动加载B.ml)?