Module Std.Readline


module Readline: Readline

type completer = left:string -> right:string -> string list 
module History: sig .. end
A mutable variable representing the history.
val input_line : ?history:History.t ->
?prompt:string -> ?tab_completion:completer -> unit -> string