Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何检查FSI(F#交互式)中的函数定义?_F#_F# Interactive - Fatal编程技术网

如何检查FSI(F#交互式)中的函数定义?

如何检查FSI(F#交互式)中的函数定义?,f#,f#-interactive,F#,F# Interactive,在Clojure中,我可以使用 (文档我的功能);检查功能文档,以及 (来源:我的职能);检查函数定义。 F#Interactive中是否有类似的方法?不在FSI中,但有文档存在,因此理论上可以编写这样的函数。

Clojure
中,我可以使用

(文档我的功能);检查功能文档,以及
(来源:我的职能);检查函数定义。

F#Interactive中是否有类似的方法?

不在FSI中,但有文档存在,因此理论上可以编写这样的函数。