gpt4 book ai didi

ocaml - ocaml utop 中的 show_module 乏味

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

我正在使用带有 Core.Std 模块的 ocaml utop。

要查看模块的帮助,我必须遵循别名链接,如下所示:

utop # #show_module Array;;
module Array = Core_kernel.Std_kernel.Array

utop # #show_module Core_kernel.Std_kernel.Array;;
module Array = Core_kernel.Std_internal.Array

utop # #show_module Core_kernel.Std_internal.Array;;
module Array = Core_kernel.Core_array

最后 show_module 将显示信息。有更快的方法吗?

谢谢!

最佳答案

为了完整起见,丹尼尔在评论中提到的拉取请求已被合并,现在 utop #show_module 更聪明.

utop # #show_module Array;;

module Array = Base__.Array
module Array = Base.Array
module Array :
sig
type 'a t = 'a array
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val t_of_sexp : (Sexp.t -> 'a) -> Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexp.t) -> 'a t -> Sexp.t
[...]
end

关于ocaml - ocaml utop 中的 show_module 乏味,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36118521/

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