Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val currency_info_from_currency : currency -> currency_info
type t = {
log_policy : log_policy;
error_policy : error_policy;
preferred_currency : currency;
filters : Syntax.liquid_filter_lookup;
context : Syntax.variable_context;
template_directory : string;
log_directory : string option;
timezone : Liquid_syntax.Date.Timezone.t;
}
val default_custom_ctx : 'a Syntax.Ctx.t
val make :
?log_policy:log_policy ->
?log_directory:string ->
?error_policy:error_policy ->
?preferred_currency:currency ->
?filters:Syntax.liquid_filter_lookup ->
?context:Syntax.value Syntax.Ctx.t ->
?template_directory:string ->
?timezone:Liquid_syntax.Date.Timezone.t ->
unit ->
t