comby.patdiff_kernel
Format.Rules
Rules are configured in the configuration file. Default values are provided in Configuration.
comby
comby.camlzip
comby.configuration
comby.interactive
comby.patdiff
comby.pipeline
comby.statistics
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 compare : t -> t -> int
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val default : t
val strip_styles : t -> t