OS.Env
Environment variables
val var : string -> string option
var name is the value of the environment variable name, if defined.
var name
name
val opt_var : string -> absent:string -> string
opt_var name ~absent is the value of the optionally defined environment variable name, if defined, and absent if undefined.
opt_var name ~absent
absent