gpt4 book ai didi

functional-programming - 像SML/NJ中的 `use mine.sml`一样,如何在OCaml的顶层加载ml文件?

转载 作者:行者123 更新时间:2023-12-03 11:55:53 25 4
gpt4 key购买 nike

SMLrepl中,您只需键入use whatever.sml并将该.sml中的所有内容加载到repl中。

如何在OCaml中做到这一点?

最佳答案

为此,您具有#use指令:

#use "file-name";;

Read, compile and execute source phrases from the given file. This is textual inclusion: phrases are processed just as if they were typed on standard input. The reading of the file stops at the first error encountered.



例如(根据@gasche的建议):
# #use "whatever.ml";;

这是 OCaml directives的完整列表。

关于functional-programming - 像SML/NJ中的 `use mine.sml`一样,如何在OCaml的顶层加载ml文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14755664/

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