Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This module provides the completion callback for the linenoise REPL
module Trie : sig ... end
val hints_callback :
Trie.t ref ->
string ->
(string * LNoise.hint_color * bool) option
val completion_callback : Trie.t ref -> string -> LNoise.completions -> unit