我想在包含以下内容的目录中启动utop a.ml (其中对 something )并且能够进入 A.something 在乌托普。我知道我能行 #use "a.ml" 什么 在utop工作?
a.ml
something
A.something
#use "a.ml"
什么
#help :
#help
#mod_use <str> Usage is identical to #use but #mod_use wraps the contents in a module.
#mod_use "a.ml"