Module Extraction_plugin.TableSource
Sourceval warning_axioms : unit -> unit Sourceval warning_opaques : bool -> unit Sourceval warning_id : string -> unit Sourceval error_nb_cons : unit -> 'a Sourceval error_scheme : unit -> 'a Sourceval check_inside_module : unit -> unit Sourceval check_inside_section : unit -> unit Sourceval info_file : string -> unit Sourceval reset_tables : unit -> unit Sourceval access_opaque : unit -> bool Sourceval auto_inline : unit -> bool Sourceval type_expand : unit -> bool Sourceval keep_singleton : unit -> bool Sourcetype opt_flag = {opt_kill_dum : bool;opt_fix_fun : bool;opt_case_iot : bool;opt_case_idr : bool;opt_case_idg : bool;opt_case_cst : bool;opt_case_fun : bool;opt_case_app : bool;opt_let_app : bool;opt_lin_let : bool;opt_lin_beta : bool;
} Sourceval conservative_types : unit -> bool Sourcetype lang = | Ocaml| Haskell| Scheme| JSON
Sourceval set_modular : bool -> unit Sourceval modular : unit -> bool Sourceval set_library : bool -> unit Sourceval library : unit -> bool Sourceval set_extrcompute : bool -> unit Sourceval is_extrcompute : unit -> bool