module type VAR_TYPE = sig .. end
sig
end
t
get
set
type t
val get : string -> t
string -> t
val set : string -> t -> unit
string -> t -> unit