Stdune.Envmodule Var : sig ... endval hash : t -> intval empty : tval initial : tThe environment when the process started
val to_unix : t -> string listval of_unix : string array -> textend env ~vars adds all variables from vars to env overwriting any existing values of those variables in env
extend_env a b adds all variables from b to a overwriting any existing values of those variables in a.
val of_string_map : string String.Map.t -> tval iter : t -> f:(string -> string -> unit) -> unit