代码之家  ›  专栏  ›  技术社区  ›  nicolas

从utop检索文档

  •  2
  • nicolas  · 技术社区  · 6 年前

    here 直接从utop。

    我能拿到钱 通过使用

    utop # open Core;;
    ─( 10:41:50 )─< command 4 >─────────────────────────────────────────────────────────────────────────{ counter: 0 }─
    utop # #typeof "In_channel.input_char";;
    val Core.In_channel.input_char : Core.In_channel.t -> Base.char Base.option
    ─( 10:41:54 )─< command 5 >─────────────────────────────────────────────────────────────────────────{ counter: 0 }─
    

    utop # #show In_channel.input_char;;
    val input_char : in_channel -> char option
    ─( 10:43:00 )─< command 7 >────────────────────────────────────────────────────────────{ counter: 0 }─
    utop #
    

    但医生更有钱

      val input_char : t ‑> Stdio__.Import.char Stdio__.Import.option
    
    Read one character from the given input channel. 
    Return None if there are no more characters to read.
    
    1 回复  |  直到 6 年前
        1
  •  2
  •   Louis Roché    6 年前

    如果您想直接从utop获得文档,可以从opam安装此软件包: https://github.com/reynir/ocp-index-top

    #doc

    另一种方法是使用ocp浏览器。可以显示所有类型和文档的。