module Env:sig..end
Environment variables
val var : string -> string optionvar name is the value of the environment variable name, if
defined.
val opt_var : string -> absent:string -> stringopt_var name ~absent is the value of the optionally defined
environment variable name, if defined, and absent if undefined.