Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
OCaml completion.
val complete :
syntax:UTop.syntax ->
phrase_terminator:string ->
input:string ->
int * (string * string) list
complete ~syntax ~phrase_terminator ~input
returns the start of the completed word in input
and the list of possible completions with their suffixes.