You can search for identifiers within the package.
in-package search v0.2.0
This module provides the completion callback for the linenoise REPL
module Trie : sig ... end
val hints_callback : Trie.t Stdlib.ref -> string -> (string * LNoise.hint_color * bool) option
val completion_callback : Trie.t Stdlib.ref -> string -> LNoise.completions -> unit