Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type monetary_lconv = {
int_curr_symbol : string;
currency_symbol : string;
decimal_point : string;
thousands_sep : string;
grouping : string;
positive_sign : string;
negative_sign : string;
int_frac_digits : int;
frac_digits : int;
p_cs_precedes : bool;
p_sep_by_space : bool;
n_cs_precedes : bool;
n_sep_by_space : bool;
p_sign_posn : sign_pos;
n_sign_posn : sign_pos;
}
val set : ?name:string -> category -> string option
val set_from_env : category -> string option
val get : category -> string
val numeric_info : unit -> numeric_lconv
val monetary_info : unit -> monetary_lconv