module Readline: Readline
Readline
type completer = left:string -> right:string -> string list
left:string -> right:string -> string list
module History: sig .. end
sig
end
val input_line : ?history:History.t -> ?prompt:string -> ?tab_completion:completer -> unit -> string
?history:History.t -> ?prompt:string -> ?tab_completion:completer -> unit -> string