module type VAR_TYPE = sig .. end
sig
end
A (monomorphic) type t with two functions get and set accessing the container variables
t
get
set
type t
val get : string -> t
string -> t
val set : string -> t -> unit
string -> t -> unit