module Environment: Environmenttypet =(string, string) Core.List.Assoc.t
val add : key:string -> data:string -> t -> tval find : key:string -> t -> string optionval find_exn : key:string -> t -> stringval mem : key:string -> t -> boolval remove : key:string -> t -> tval import_from_sys : ?default:string -> key:string -> t -> tval append_to_path : ?where:[ `Back | `Front ] ->
key:string -> data:string -> t -> tval to_exec_env : t -> string listval of_exec_env : string array -> t