Module type Netplex_cenv.VAR_TYPE

module type VAR_TYPE = sig .. end
A (monomorphic) type t with two functions get and set accessing the container variables

type t 
val get : string -> t
val set : string -> t -> unit