type t = private {output : Patdiff_core.Output.t; |
rules : Patdiff_core.Format.Rules.t; |
ext_cmp : string option; |
produce_unified_lines : bool; |
unrefined : bool; |
keep_ws : bool; |
split_long_lines : bool; |
context : int; |
shallow : bool; |
quiet : bool; |
double_check : bool; |
mask_uniques : bool; |
old_alt : string option; |
new_alt : string option; |
location_style : Patdiff_core.Format.Location_style.t; |
warn_if_no_trailing_newline_in_both : bool; |
}include sig ... endval warn_if_no_trailing_newline_in_both : t ‑> boolval location_style : t ‑> Patdiff_core.Format.Location_style.tval new_alt : t ‑> string optionval old_alt : t ‑> string optionval mask_uniques : t ‑> boolval double_check : t ‑> boolval quiet : t ‑> boolval shallow : t ‑> boolval context : t ‑> intval split_long_lines : t ‑> boolval keep_ws : t ‑> boolval unrefined : t ‑> boolval produce_unified_lines : t ‑> boolval ext_cmp : t ‑> string optionval rules : t ‑> Patdiff_core.Format.Rules.tval output : t ‑> Patdiff_core.Output.tmodule Fields : sig ... endval override : ?output:Patdiff_core.Output.t ‑> ?rules:Patdiff_core.Format.Rules.t ‑> ?ext_cmp:string option ‑> ?produce_unified_lines:bool ‑> ?unrefined:bool ‑> ?keep_ws:bool ‑> ?split_long_lines:bool ‑> ?context:int ‑> ?shallow:bool ‑> ?quiet:bool ‑> ?double_check:bool ‑> ?mask_uniques:bool ‑> ?old_alt:string option ‑> ?new_alt:string option ‑> ?location_style:Patdiff_core.Format.Location_style.t ‑> ?warn_if_no_trailing_newline_in_both:bool ‑> t ‑> tval load : ?quiet_errors:bool ‑> string ‑> t optionval dark_bg : t Core.Lazy.tval light_bg : t Core.Lazy.tmodule Config : sig ... endmodule Old_config : sig ... end