- module1.ml
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了- module1.ml相关的知识,希望对你有一定的参考价值。
我想调试我做的一个程序。我的目录结构是这样的。
src
|- module1.ml
|- section1
|- module2.ml
|- module3.ml
模块1.ml被模块2.ml和模块3.ml引用 模块2.ml被模块3.ml引用。
我试着用下面的命令将文件加载到toplevel中
ocaml -I section1 module1.ml section1/module2.ml section1/module3.ml
但它不工作。它甚至没有出现toplevel或者打印一个错误。它什么都不做,我又回到了我开始使用Bash提示的地方。
答案
ocaml
.ml
以上是关于- module1.ml的主要内容,如果未能解决你的问题,请参考以下文章