基础语法
文档注释的形式为 (** some comments *)
。在 []
内部的文字会显示为 Coding Font.
和其他语言类似的,OCaml 也有 @author, @return
等等注释项。
1 | (** [sum lst] is the sum of [lst] *) |
文档注释的形式为 (** some comments *)
。在 []
内部的文字会显示为 Coding Font.
和其他语言类似的,OCaml 也有 @author, @return
等等注释项。
1 | (** [sum lst] is the sum of [lst] *) |