= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val to_backend_lang : frontend_lang -> backend_lang
Configuration globals
val source_files : string list ref
Source files to be compiled
val locale_lang : backend_lang ref
val contents : string ref
val debug_flag : bool ref
val style_flag : bool ref
Styles the terminal output
val max_prec_digits : int ref
Max number of digits to show for decimal results
val trace_flag : bool ref
CLI terms
val file : string Cmdliner.Term.t
val debug : bool Cmdliner.Term.t
val unstyled : bool Cmdliner.Term.t
val trace_opt : bool Cmdliner.Term.t
val wrap_weaved_output : bool Cmdliner.Term.t
val backend : string Cmdliner.Term.t
val language : string option Cmdliner.Term.t
val max_prec_digits_opt : int option Cmdliner.Term.t
val ex_scope : string option Cmdliner.Term.t
val output : string option Cmdliner.Term.t
val catala_t :
(string ->
bool ->
bool ->
bool ->
bool ->
string ->
string option ->
int option ->
bool ->
string option ->
string option ->
'a) ->
'a Cmdliner.Term.t
Main entry point: catala_t file debug unstyled wrap_weaved_output backend language max_prec_digits_opt trace_opt
ex_scope output
val info : Cmdliner.Term.info
Terminal formatting
Markers
val print_with_style :
ANSITerminal.style list ->
('a, unit, string) format ->
'a
Printers
All the printers below print their argument after the correct marker
The int argument of the prefix corresponds to the line number, starting at 0
On This Page