我是OCaml语言的新手,目前正在观看。 有一个使用Int.descending的示例,但是我没有在文档(4.07.0)中找到相关信息。我只看到了Int32和Int64。 在哪里可以找到有关Int.descending及其其他属性的文档。
答案 0 :(得分:2)
无法找到Int.descending
只是因为它不在OCaml的标准库中。
我的猜测是,您正在使用Jane Street的具有descending
的Base库查找代码:
https://github.com/janestreet/base/blob/dee8d637af902a92c739df7f3f8bc4d715c9d35d/src/comparable_intf.ml