Module Readline.History

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

type t 
val null : t
A value which is always empty
val default : t
val create : int -> t
val flush : t -> unit
val to_list : t -> string list
val of_list : ?size:int -> string list -> t