package utop

  1. Overview
  2. Docs
Universal toplevel for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

utop-2.6.0.tbz
sha256=4d0a94c0db27e39629729e485a142255b824545b5ec0f62b909b7572e88bc99e
sha512=767d6d0a98ec5d1e67648f948c9523a79df60c951b16867067a8a377d32261f9b68805ae5c5e3c27d6ce33937d1694bfd15110a23efbc9422399c7ec8b900016

doc/utop/UTop_complete/index.html

Module UTop_complete

OCaml completion.

val 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.

val reset : unit -> unit

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

OCaml

Innovation. Community. Security.