Module Sys.ConfigSource

Sourceval use_js_string : unit -> bool
Sourcetype effects_backend = [
  1. | `Disabled
  2. | `Cps
  3. | `Double_translation
]
Sourceval effects_ : unit -> string
Sourceval effects : unit -> [> `Cps | `Disabled | `Double_translation ]