package utop

  1. Overview
  2. Docs
Universal toplevel for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

utop-2.8.0.tbz
sha256=4d2cb88ce598122198726a74274395dd22eacf0a18d9ac24e3047fe962382556
sha512=22cdc75e14950eac28d6e0b7b2c6d686aea4e24d9955f140bfcbdef2de033e59f94ab3da0c5c95e1ce51211759694b55c82eec16776c3e0cfb80aa77e64a380b

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.