package gobba

  1. Overview
  2. Docs

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