Catala_utils.CliSourcetype backend_option_builtin = [ | `Latex| `Makefile| `Html| `Interpret| `Typecheck| `OCaml| `Python| `Scalc| `Lcalc| `Dcalc| `Scopelang| `Proof ]backend_option_to_string backend returns the string representation of the given backend.
backend_option_of_string backend returns the backend_option corresponding to the backend string.
Disables model-generated counterexamples for proofs that fail.
Avoids using try ... with exceptions when compiling the default calculus.
The usual auto/always/never option argument
type options = {debug : bool;color : when_enum;wrap_weaved_output : bool;avoid_exceptions : bool;backend : string;plugins_dirs : string list;language : string option;max_prec_digits : int option;trace : bool;disable_counterexamples : bool;optimize : bool;ex_scope : string option;output_file : string option;closure_conversion : bool;print_only_law : bool;}Command-line application
Main entry point: catala_t file options
call_unstyled f calls the function f with the style_flag set to false during the execution.
All the printers below print their argument after the correct marker
val concat_with_line_depending_prefix_and_suffix :
(int -> string) ->
(int -> string) ->
string list ->
stringThe int argument of the prefix corresponds to the line number, starting at 0