package core_extended

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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
OCaml

Innovation. Community. Security.