Module Patdiff_format.Rules
Rules are configured in the configuration file. Default values are provided in Configuration.
type t={line_same : Rule.t;line_prev : Rule.t;line_next : Rule.t;line_unified : Rule.t;word_same_prev : Rule.t;word_same_next : Rule.t;word_same_unified : Rule.t;word_prev : Rule.t;word_next : Rule.t;hunk : Rule.t;header_prev : Rule.t;header_next : Rule.t;}
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t