Module Js_of_ocaml_compiler.Config
module Flag : sig ... endmodule Param : sig ... endThis module contains parameters that may be modified through command-line flags.
Parameters that are constant across a program run
These parameters should be set at most once at the beginning of the program.
val effects : unit -> Js_of_ocaml_compiler.Config.effects_backendval set_effects_backend : Js_of_ocaml_compiler.Config.effects_backend -> unit