2023-08-07 16:58:55 +03:00
|
|
|
# Generated by roxygen2: do not edit by hand
|
|
|
|
|
|
|
|
export(catala_assertion_failure)
|
|
|
|
export(catala_conflict_error)
|
|
|
|
export(catala_date_first_day_of_month)
|
|
|
|
export(catala_date_from_ymd)
|
|
|
|
export(catala_date_last_day_of_month)
|
|
|
|
export(catala_date_to_string)
|
|
|
|
export(catala_day_of_month_of_date)
|
2023-08-07 18:55:04 +03:00
|
|
|
export(catala_decimal_from_fraction)
|
2023-08-07 16:58:55 +03:00
|
|
|
export(catala_decimal_from_integer)
|
|
|
|
export(catala_decimal_from_money)
|
|
|
|
export(catala_decimal_from_numeric)
|
|
|
|
export(catala_decimal_round)
|
|
|
|
export(catala_decimal_to_numeric)
|
|
|
|
export(catala_duration_from_ymd)
|
|
|
|
export(catala_duration_to_ymd)
|
|
|
|
export(catala_empty_error)
|
|
|
|
export(catala_handle_default)
|
|
|
|
export(catala_integer_from_numeric)
|
|
|
|
export(catala_integer_from_string)
|
|
|
|
export(catala_integer_to_numeric)
|
|
|
|
export(catala_list_filter)
|
2023-08-07 18:55:04 +03:00
|
|
|
export(catala_list_fold_left)
|
2023-08-07 16:58:55 +03:00
|
|
|
export(catala_list_length)
|
|
|
|
export(catala_list_map)
|
|
|
|
export(catala_list_reduce)
|
|
|
|
export(catala_money_from_cents)
|
|
|
|
export(catala_money_from_decimal)
|
|
|
|
export(catala_money_from_units)
|
|
|
|
export(catala_money_round)
|
|
|
|
export(catala_money_to_numeric)
|
|
|
|
export(catala_money_to_string)
|
|
|
|
export(catala_month_number_of_date)
|
|
|
|
export(catala_no_value_provided_error)
|
|
|
|
export(catala_position_to_string)
|
|
|
|
export(catala_year_of_date)
|
|
|
|
export(dead_value)
|
|
|
|
exportClasses(catala_date)
|
|
|
|
exportClasses(catala_decimal)
|
|
|
|
exportClasses(catala_duration)
|
|
|
|
exportClasses(catala_integer)
|
|
|
|
exportClasses(catala_money)
|
|
|
|
exportClasses(catala_position)
|
|
|
|
exportClasses(catala_unit)
|
|
|
|
exportMethods("*")
|
|
|
|
exportMethods("+")
|
|
|
|
exportMethods("-")
|
|
|
|
exportMethods("/")
|
|
|
|
exportMethods(Arith)
|
|
|
|
exportMethods(Compare)
|
|
|
|
import(gmp)
|
|
|
|
import(lubridate)
|
|
|
|
import(methods)
|