标签: f#
在Clojure中,我可以使用
Clojure
(doc my-function) ; to check function documentation, and (source my-function) ; to check the function definition.
F#Interactive中是否有类似的方法?