Up

Module History

A mutable variable representing the history.

Signature

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