gpt4 book ai didi

f# - AutoOpen 外部定义模块

转载 作者:行者123 更新时间:2023-12-04 21:50:15 25 4
gpt4 key购买 nike

有没有办法自动打开外部定义的模块?我希望它在整个项目中都可用,而无需在每个文件中打开它。像这样的东西是理想的:

[<AutoOpen>]
module MyModule = YourNamespace.YourModule //ERROR: Ignoring attributes on module abbreviation

我也试过这个,这将(假设)使外部定义的模块成为新模块的公共(public)接口(interface)的一部分。
module MyModule = 
module public YourModule = YourNamespace.YourModule //ERROR: Ignoring accessibility attribute on module abbreviation. Module abbreviations are always private.

最佳答案

这是一个很好的问题 - 允许这样做是有意义的。另一种方法是使用一些编译器参数来自动打开命名空间/模块,但我认为目前没有。

(似乎没有比我在评论中写的更好的答案,所以我将其复制为答案)

关于f# - AutoOpen 外部定义模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6268067/

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