|
|
@ -278,6 +278,8 @@ val xml_specs : bool
|
|
|
|
Restore the initial value also in case of exception. *)
|
|
|
|
Restore the initial value also in case of exception. *)
|
|
|
|
val set_reference_and_call_function : 'a ref -> 'a -> ('b -> 'c) -> 'b -> 'c
|
|
|
|
val set_reference_and_call_function : 'a ref -> 'a -> ('b -> 'c) -> 'b -> 'c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
val curr_language : language ref
|
|
|
|
|
|
|
|
|
|
|
|
val footprint : bool ref
|
|
|
|
val footprint : bool ref
|
|
|
|
|
|
|
|
|
|
|
|
(** Call f x with footprint set to true.
|
|
|
|
(** Call f x with footprint set to true.
|
|
|
@ -305,7 +307,6 @@ val run_with_abs_val_equal_zero : ('a -> 'b) -> 'a -> 'b
|
|
|
|
|
|
|
|
|
|
|
|
val allow_leak : bool ref
|
|
|
|
val allow_leak : bool ref
|
|
|
|
val arc_mode : bool ref
|
|
|
|
val arc_mode : bool ref
|
|
|
|
val curr_language : language ref
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(** Command Line Interface Documentation *)
|
|
|
|
(** Command Line Interface Documentation *)
|
|
|
|