Module Readline.History


module History: sig .. end
A mutable variable representing the history.

type t 
val create : int -> t
val flush : t -> unit
val to_list : t -> string list
val of_list : ?size:int -> string list -> t