ecaml.ecaml_test_helpers
Ecaml_test_helpers.Env
Functions in Env modify both the Emacs environment and the Unix environment.
Env
ecaml
ecaml.bench
ecaml.ecaml_value
ecaml.nested_profile
ppxlib
yojson
val putenv : key:string -> data:string -> unit
val unsetenv : string -> unit
val getenv : string -> string option
val getenv_exn : string -> string