package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Sys.ConfigSource

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