mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Apply suggestions from code review
Fix typos following review Thanks @vincent-botbol Co-authored-by: vbot <vincent.botbol@inria.fr>
This commit is contained in:
parent
8b06511915
commit
d23544de39
@ -745,7 +745,6 @@ let format_program
|
||||
| Enum e -> Enum (Expr.Renaming.enum_name ren_ctx e))
|
||||
type_ordering
|
||||
in
|
||||
(* Print.program fmt p; *)
|
||||
Format.pp_open_vbox fmt 0;
|
||||
Format.pp_print_string fmt header;
|
||||
check_and_reexport_used_modules fmt ~hashf
|
||||
|
@ -399,9 +399,9 @@ module Renaming : sig
|
||||
type config = {
|
||||
reserved : string list; (** Use for keywords and built-ins *)
|
||||
sanitize_varname : string -> string; (** Typically String.to_snake_case *)
|
||||
reset_context_for_closed_terms : bool; (** See [Bindlib.Rename] *)
|
||||
skip_constant_binders : bool; (** See [Bindlib.Rename] *)
|
||||
constant_binder_name : string option; (** See [Bindlib.Rename] *)
|
||||
reset_context_for_closed_terms : bool; (** See [Bindlib.Renaming] *)
|
||||
skip_constant_binders : bool; (** See [Bindlib.Renaming] *)
|
||||
constant_binder_name : string option; (** See [Bindlib.Renaming] *)
|
||||
}
|
||||
|
||||
type context
|
||||
|
Loading…
Reference in New Issue
Block a user