gpt4 book ai didi

ocaml - dune utop 一些可执行文件

转载 作者:行者123 更新时间:2023-12-05 01:41:52 30 4
gpt4 key购买 nike

对于单个文件可执行文件,如何将其加载到 dune utop 中?

准确地说,在目录 lib 和相应的 dune 文件中有一个库的项目上,我可以启动 dune utop lib 然后 打开 Lib.MyModule,这将加载文件 MyModule.ml

对于没有子目录的项目,以及在其根目录下的以下文件,dune 文件,什么是等效的

(executable
(name auth)
(libraries ezjsonm cryptokit))

和一个文件auth.ml

let hi = "value"

我想从 dune utop 中的那个文件加载值的位置

最佳答案

dune 目前不支持此功能。您需要有一个库才能使用 dune utop。有点不幸。

关于ocaml - dune utop 一些可执行文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53140513/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com