package utop

  1. Overview
  2. Docs
Universal toplevel for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

utop-2.10.0.tbz
sha256=475d16a2f9ea61c602ac32673ee210c76cc768f7214987d70c069532c2782d00
sha512=becbbc3b6651978bc6729631ec8a17a4e93e21d85b00af499f10caa9553166378190e6f1b2495ce4b8c2b5952f315ca88923a761067de47b614ed16d0f0d77c4

doc/utop/UTop_complete/index.html

Module UTop_completeSource

OCaml completion.

Sourceval complete : phrase_terminator:string -> input:string -> int * (string * string) list

complete ~phrase_terminator ~input returns the start of the completed word in input and the list of possible completions with their suffixes.

Sourceval reset : unit -> unit

Reset global cache. It must be called before each interactive read line.

OCaml

Innovation. Community. Security.