Patdiff_lib.Patdiff_formatPatdiff_format is the home of all the internal representations of the formatting that will be applied to the diff. ie. prefixes, suffixes, & valid styles.
module Color : sig ... endmodule Style : sig ... endmodule Rule : sig ... endA rule consists of a styled prefix, a styled suffix, and a style. Rules are applied to strings using functions defined in Output_ops.
module Rules : sig ... endRules are configured in the configuration file. Default values are provided in Configuration.
module Location_style : sig ... end