package dune

  1. Overview
  2. Docs
module Var : sig ... end
type t
module Map : Map.S with type key = Var.t
val empty : t
val initial : t

The environment when the process started

val to_unix : t -> string array
val get : t -> Var.t -> string option
val extend : t -> vars:string Map.t -> t
val extend_env : t -> t -> t
val add : t -> var:Var.t -> value:string -> t
val diff : t -> t -> t
val update : t -> var:string -> f:(string option -> string option) -> t
val to_sexp : t -> Sexp.t
val of_string_map : string String.Map.t -> t
val iter : t -> f:(string -> string -> unit) -> unit
OCaml

Innovation. Community. Security.