Module IUnix.Env

type t = [
  1. | `Replace of (string * string) list
  2. | `Extend of (string * string) list
  3. | `Override of (string * string option) list
  4. | `Replace_raw of string list
]
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t