package js_of_ocaml-compiler

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

Module Config.ParamSource

Sourceval set : string -> string -> unit
Sourceval all : unit -> (string * string) list
Sourceval switch_max_case : unit -> int
Sourceval inlining_limit : unit -> int
Sourceval tailcall_max_depth : unit -> int
Sourceval constant_max_depth : unit -> int
Sourcetype tc =
  1. | TcNone
  2. | TcTrampoline
Sourceval tailcall_optim : unit -> tc
Sourceval lambda_lifting_threshold : unit -> int
Sourceval lambda_lifting_baseline : unit -> int
OCaml

Innovation. Community. Security.